Borderou de evaluare (job #622330)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Suma cifrelor unui număr (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 dec. 2021 17:40:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:2: error: invalid preprocessing directive #iclude; did you mean #include?
2 | #iclude <fstream>
| ^~~~~~
| include
main.cpp:4:12: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in("sumacfnr.in");
| ^
main.cpp:5:13: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out("sumacfnr.out");
| ^