Borderou de evaluare (job #606309)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Leo (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 sept. 2021 08:35:12 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:18: error: expected primary-expression before ';' token
6 | int abun[500005]=;
| ^
main.cpp: In function 'int main()':
main.cpp:63:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
63 | if(c==3)
| ^~
main.cpp:66:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
66 | return 0;
| ^~~~~~