Borderou de evaluare (job #761054)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Maxnr (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 feb. 2024 11:21:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:2: error: invalid preprocessing directive #inclue; did you mean #include?
2 | #inclue <fstream>
| ^~~~~~
| include
main.cpp:5:11: error: variable 'std::ifstream f' has initializer but incomplete type
5 | ifstream f("maxnr.in");
| ^
main.cpp:6:11: error: variable 'std::ofstream g' has initializer but incomplete type
6 | ofstream g("maxnr.out");
| ^