Borderou de evaluare (job #797766)

Utilizator avatar EdiCNMV Cirstocea Alexandru Eduard EdiCNMV IP ascuns
Problemă Minnrk (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 25 nov. 2024 15:29:18 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:12:9: error: 'u' was not declared in this scope 12 | u=n%10; | ^ main.cpp:16:15: error: expected ';' before 'for' 16 | while(n>0) | ^ | ; 17 | for(i=1;1<=9; i++) | ~~~ main.cpp:22:13: error: 'k' was not declared in this scope 22 | k--; | ^ main.cpp:23:18: error: expected ';' before '}' token 23 | break | ^ | ; 24 | } | ~ main.cpp:26:20: error: expected primary-expression before ')' token 26 | for(i=0;i<=9;++) | ^ main.cpp:27:24: error: 'k' was not declared in this scope 27 | while(f[i]>0 &&k>0) | ^