| Problem | reading |
|---|---|
| User | Hijackedsoul |
| Submission Time | 2024-09-16 00:37:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reading.cpp:5:30: error: missing terminating ' character
5 | ios_base::sync_with_stdio(0)'
| ^
reading.cpp: In function ‘int32_t main()’:
reading.cpp:5:30: error: expected ‘;’ before ‘cin’
5 | ios_base::sync_with_stdio(0)'
| ^
| ;
6 | cin.tie(0);
| ~~~