| Problem | trollingbribritt |
|---|---|
| User | EX0R5 |
| Submission Time | 2026-04-20 22:18:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
trollingbribritt.cpp: In function ‘int main()’:
trollingbribritt.cpp:8:5: error: ‘dequeue’ was not declared in this scope
8 | dequeue <int> queue;
| ^~~~~~~
trollingbribritt.cpp:8:14: error: expected primary-expression before ‘int’
8 | dequeue <int> queue;
| ^~~
trollingbribritt.cpp:13:18: error: expected unqualified-id before ‘.’ token
13 | queue.push_back(x);
| ^
trollingbribritt.cpp:14:36: error: missing template arguments before ‘.’ token
14 | } else if (n == 2 and queue.size() > 0) {
| ^
trollingbribritt.cpp:15:18: error: expected unqualified-id before ‘.’ token
15 | queue.pop_front();
| ^
trollingbribritt.cpp:18:26: error: missing template arguments before ‘.’ token
18 | if (I < queue.size() and I >= 0) {
|