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