Borderou de evaluare (job #584620)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cezar (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 mar. 2021 14:22:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:14: warning: missing terminating " character
4 | ifstream in ("cezar.in);
| ^
main.cpp:4:14: error: missing terminating " character
4 | ifstream in ("cezar.in);
| ^~~~~~~~~~~
main.cpp:5:15: warning: missing terminating " character
5 | offstream out("cezar.out);
| ^
main.cpp:5:15: error: missing terminating " character
5 | offstream out("cezar.out);
| ^~~~~~~~~~~~
main.cpp:5:1: error: 'offstream' was not declared in this scope
5 | offstream out("cezar.out);
| ^~~~~~~~~
main.cpp:16:1: error: expected ',' or ';' at end of input
16 | }
| ^