Borderou de evaluare (job #718794)

Utilizator avatar haiducii Haiducii haiducii IP ascuns
Problemă Poziții (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 mai 2023 11:38:36 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:16:12: error: expected ';' before '}' token 16 | i++ | ^ | ; 17 | } | ~ main.cpp: At global scope: main.cpp:18:9: error: 'fout' does not name a type 18 | fout << cnt; | ^~~~ main.cpp:20:9: error: expected unqualified-id before 'return' 20 | return 0; | ^~~~~~ main.cpp:21:1: error: expected declaration before '}' token 21 | } | ^