Problem | queuecutting |
---|---|
User | ArianneLim |
Submission Time | 2024-06-21 15:08:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp:17:28: error: missing terminating " character
17 | cout << queue.front()"
| ^
queuecutting.cpp:18:5: error: missing terminating " character
18 | ";
| ^~
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:17:28: error: expected ‘;’ before ‘queue’
17 | cout << queue.front()"
| ^
| ;
18 | ";
19 | queue.pop_front();
| ~~~~~