Borderou de evaluare (job #770562)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Monotonă (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 mar. 2024 10:16:06 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
17 | if (u < z)
| ^~
main.cpp:19:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
19 | u = z;
| ^
main.cpp:24:21: error: expected ';' before 'return'
24 | cout << "nu"
| ^
| ;
25 |
26 | return 0;
| ~~~~~~