Borderou de evaluare (job #777671)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Ucif (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 mai 2024 09:49:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:16:15: error: expected ';' before 's'
16 | p=p%10
| ^
| ;
17 | s+=p;
| ~
main.cpp:10:17: warning: unused variable 'cnt' [-Wunused-variable]
10 | int n,s=1,i,cnt=0,x=1;
| ^~~
main.cpp:10:23: warning: unused variable 'x' [-Wunused-variable]
10 | int n,s=1,i,cnt=0,x=1;
| ^