Borderou de evaluare (job #816419)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Maxnr (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 mar. 2025 14:17:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:17: error: expected ';' before '}' token
13 | n = n/10
| ^
| ;
14 | }
| ~
main.cpp:9:11: warning: unused variable 'x' [-Wunused-variable]
9 | int n,x;
| ^