Borderou de evaluare (job #627139)

Utilizator avatar mihai_alexandru Mihai Alexandru mihai_alexandru IP ascuns
Problemă Alfanumeric (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 ian. 2022 11:40:33 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:13:19: error: expected ';' before ')' token 13 | for (c != '\n'){ | ^ | ; main.cpp:13:12: warning: statement has no effect [-Wunused-value] 13 | for (c != '\n'){ | ~~^~~~~~~ main.cpp:28:16: error: expected ')' before ';' token 28 | fin.close(); | ^ | ) main.cpp:13:9: note: to match this '(' 13 | for (c != '\n'){ | ^ main.cpp:8:20: warning: unused variable 'i' [-Wunused-variable] 8 | unsigned int n,i,nr; | ^