Borderou de evaluare (job #796163)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | em2 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 19 nov. 2024 20:10:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:25: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
14 | for(int x=0; x<m; x++)
| ^~~
main.cpp:18:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
18 | if(u) z++;
| ^~
main.cpp:30:19: error: expected '}' at end of input
30 | return 0;
| ^
main.cpp:5:11: note: to match this '{'
5 | int main(){
| ^