Borderou de evaluare (job #739902)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Hanoi (clasele 7-8) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 oct. 2023 16:41:04 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:2: error: invalid preprocessing directive #inlcude; did you mean #include?
2 | #inlcude <fstream>
| ^~~~~~~
| include
main.cpp:6:11: error: variable 'std::ifstream f' has initializer but incomplete type
6 | ifstream f("hanoi.in");
| ^
main.cpp:7:11: error: variable 'std::ofstream g' has initializer but incomplete type
7 | ofstream g("hanoi.out");
| ^