| Problem | potatoqueue |
|---|---|
| User | rogueee |
| Submission Time | 2024-12-14 19:18:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potatoqueue.cpp:4:1: error: ‘ios_base’ does not name a type
4 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
potatoqueue.cpp:5:1: error: ‘cin’ does not name a type
5 | cin.tie(NULL);
| ^~~