Borderou de evaluare (job #652588)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Comune (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 10 iun. 2022 16:31:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:21:15: error: 'v' was not declared in this scope; did you mean 'vf'?
21 | while(v>0)
| ^
| vf
main.cpp:27:21: error: expected ';' before '}' token
27 | break
| ^
| ;
28 | }
| ~
main.cpp:31:11: error: 'vr' was not declared in this scope; did you mean 'vf'?
31 | vr=vr*10+a%10;
| ^~
| vf
main.cpp:9:21: warning: unused variable 'put' [-Wunused-variable]
9 | int a,b,cb,cnt=0,put=1,vf=-1,ok=0;
| ^~~
main.cpp:9:27: warning: unused variable 'vf' [-Wunused-variable]
9 | int a,b,cb,cnt=0,put=1,vf=-1,ok=0;
| ^~