Borderou de evaluare (job #763867)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Antitir | Compilator | cpp-32 |
Rundă | lasm_22_02_2024_clasa12 | Status | evaluat |
Dată | 22 feb. 2024 10:51:28 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:10: error: expected unqualified-id before string constant
5 | ifstream("antitir.in");
| ^~~~~~~~~~~~
main.cpp:5:10: error: expected ')' before string constant
5 | ifstream("antitir.in");
| ~^~~~~~~~~~~~
| )
main.cpp:6:10: error: expected unqualified-id before string constant
6 | ofstream("antitir.out");
| ^~~~~~~~~~~~~
main.cpp:6:10: error: expected ')' before string constant
6 | ofstream("antitir.out");
| ~^~~~~~~~~~~~~
| )
main.cpp: In function 'int main()':
main.cpp:10:9: error: 'fout' was not declared in this scope
10 | fout<<"8";
| ^~~~