Borderou de evaluare (job #604433)

Utilizator avatar VladuAndreea Vladu Andreea VladuAndreea IP ascuns
Problemă Leduri (clasa a 6-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 23 aug. 2021 14:31:49 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:23:22: error: expected ';' before ')' token 23 | for(k=0;k) | ^ | ; main.cpp:24:9: error: expected primary-expression before '}' token 24 | } | ^ main.cpp:11:15: warning: unused variable 'l' [-Wunused-variable] 11 | int i,j,k,l,nr=0,o=0; | ^ main.cpp:11:17: warning: unused variable 'nr' [-Wunused-variable] 11 | int i,j,k,l,nr=0,o=0; | ^~ main.cpp:11:22: warning: unused variable 'o' [-Wunused-variable] 11 | int i,j,k,l,nr=0,o=0; | ^