Borderou de evaluare (job #720922)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 mai 2023 17:14:06 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:1: error: 'n' was not declared in this scope
7 | n,m,cnt=0;
| ^
main.cpp:7:3: error: 'm' was not declared in this scope; did you mean 'tm'?
7 | n,m,cnt=0;
| ^
| tm
main.cpp:7:5: error: 'cnt' was not declared in this scope; did you mean 'int'?
7 | n,m,cnt=0;
| ^~~
| int
main.cpp:12:14: error: 'c' was not declared in this scope; did you mean 'uc'?
12 | while(c>0)
| ^
| uc