| Problem | gridgame |
|---|---|
| User | MagicHenry |
| Submission Time | 2024-09-01 15:24:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gridgame.cpp: In function ‘int main()’:
gridgame.cpp:4:30: error: expected ‘;’ before ‘cin’
4 | ios::sync_with_stdio(false)
| ^
| ;
5 | cin.tie(0);
| ~~~