Borderou de evaluare (job #858655)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Cifre 4 (clasa a 5-a) | Compilator | cpp |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 29 mar. 2026 12:30:03 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:18: error: 'nr_max' was not declared in this scope; did you mean 'nr_max2'?
14 | if(n%100>nr_max)
| ^~~~~~
| nr_max2
main.cpp:10:9: warning: unused variable 'cpy_n' [-Wunused-variable]
10 | int cpy_n=n;
| ^~~~~
main.cpp:11:9: warning: unused variable 'last_digit' [-Wunused-variable]
11 | int last_digit=-1;
| ^~~~~~~~~~