Borderou de evaluare (job #583460)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre8 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 26 feb. 2021 14:25:40 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:24:15: error: expected primary-expression before '/' token
24 | x=/5;
| ^
main.cpp:34:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
34 | while(z)
| ^~~~~
main.cpp:36:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
36 | z--;
| ^