Borderou de evaluare (job #602778)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cezark (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 1 aug. 2021 13:59:49 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:11:16: error: expected ')' before ';' token
11 | while(in>>c;)
| ~ ^
| )
main.cpp:11:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
11 | while(in>>c;)
| ^~~~~
main.cpp:11:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
11 | while(in>>c;)
| ^
main.cpp:11:17: error: expected primary-expression before ')' token