Borderou de evaluare (job #596154)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Poziții (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 apr. 2021 11:06:15 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream in' has initializer but incomplete type
4 | ifstream in ("pozitii.in");
| ^
main.cpp:5:14: error: variable 'std::ofstream out' has initializer but incomplete type
5 | ofstream out ("pozitii.out");
| ^
main.cpp: In function 'int main()':
main.cpp:14:12: error: expected ';' before '}' token
14 | gigel++
| ^
| ;
15 | }
| ~