Borderou de evaluare (job #596152)

Utilizator avatar leyla Leyla Bob leyla IP ascuns
Problemă Poziții (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 15 apr. 2021 11:02:52 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 | } | ~