Borderou de evaluare (job #599047)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | N numere | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 23 mai 2021 20:00:09 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:18:33: warning: missing terminating ' character
18 | ios_base::sync_with_stdio(0)';
| ^
main.cpp:18:33: error: missing terminating ' character
18 | ios_base::sync_with_stdio(0)';
| ^~
main.cpp: In function 'void setIO()':
main.cpp:18:33: error: expected ';' before 'in'
18 | ios_base::sync_with_stdio(0)';
| ^
| ;
19 | in.tie(0);
| ~~