Problem | parallelogramisation |
---|---|
User | Schzeey2 |
Submission Time | 2024-01-11 21:15:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:17:30: error: expected ‘;’ before ‘dq’
17 | cout << dq.front() << "\n"
| ^
| ;
18 | dq.pop_front();
| ~~