Borderou de evaluare (job #599757)

Utilizator avatar ghica_amalia Ghica Amalia ghica_amalia IP ascuns
Problemă Maxnr (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 5 iun. 2021 13:16:16 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:14: error: variable 'std::ifstream fin' has initializer but incomplete type 4 | ifstream fin ("maxnr.in"); | ^ main.cpp:5:15: error: variable 'std::ofstream fout' has initializer but incomplete type 5 | ofstream fout ("maxnr.out"); | ^ main.cpp: In function 'int main()': main.cpp:20:13: error: 'else' without a previous 'if' 20 | else | ^~~~ main.cpp:9:15: warning: unused variable 'a' [-Wunused-variable] 9 | int n, i, a, co, maxnr; | ^