Borderou de evaluare (job #615953)

Utilizator avatar mateiordache Matei Iordache mateiordache IP ascuns
Problemă Cifre comune (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 13 nov. 2021 11:43:02 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:8:2: error: expected ',' or ';' before 'int' 8 | int m,n,i,cnt=0; | ^~~ main.cpp:9:7: error: 'm' was not declared in this scope; did you mean 'tm'? 9 | cin>>m>>n; | ^ | tm main.cpp:9:10: error: 'n' was not declared in this scope 9 | cin>>m>>n; | ^ main.cpp:20:6: error: 'i' was not declared in this scope 20 | for(i=0;i<10;i++) | ^ main.cpp:23:4: error: 'cnt' was not declared in this scope; did you mean 'int'? 23 | cnt++; | ^~~ | int main.cpp:25:8: error: 'cnt' was not declared in this scope; did you mean 'int'? 25 | cout<<cnt; | ^~~ | int