Borderou de evaluare (job #723351)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Turn (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 iun. 2023 08:49:40 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: 'ifstream' does not name a type
5 | ifstream fin ("turn.in");
| ^~~~~~~~
main.cpp:6:1: error: 'ofstream' does not name a type
6 | ofstream fout("turn.out");
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:11:5: error: 'fin' was not declared in this scope
11 | fin >> n >> k;
| ^~~
main.cpp:40:5: error: 'fout' was not declared in this scope
40 | fout << ans << "\n";
| ^~~~