| Problem | judgequeue |
|---|---|
| User | IanGohYifeng |
| Submission Time | 2026-08-02 12:43:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
judgequeue.cpp:3:20: error: expected ‘;’ before ‘list’
3 | using namespace std
| ^
| ;
4 |
5 | list<int> l;
| ~~~~