Borderou de evaluare (job #713578)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Jimjam (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 mar. 2023 12:13:40 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:22:11: error: 'distanta' was not declared in this scope
22 | while(distanta!=d)
| ^~~~~~~~
main.cpp:24:10: error: 'zile' was not declared in this scope
24 | if(zile%2==0)
| ^~~~
main.cpp:29:7: error: 'zile' was not declared in this scope
29 | zile++;
| ^~~~
main.cpp:31:16: error: 'zile' was not declared in this scope
31 | cout<<" "<<zile;
| ^~~~
main.cpp:11:17: warning: unused variable 'ioi' [-Wunused-variable]
11 | int a,b,z,d,ioi=0;
| ^~~