| Problem | parallelogramisation |
|---|---|
| User | R9q5P8 |
| Submission Time | 2026-08-31 13:38:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:8:2: error: ‘dequeue’ was not declared in this scope
8 | dequeue<int> q;
| ^~~~~~~
parallelogramisation.cpp:8:10: error: expected primary-expression before ‘int’
8 | dequeue<int> q;
| ^~~
parallelogramisation.cpp:17:4: error: ‘q’ was not declared in this scope
17 | q.push_back(param);
| ^
parallelogramisation.cpp:20:4: error: ‘q’ was not declared in this scope
20 | q.pop_front();
| ^
parallelogramisation.cpp:23:12: error: ‘q’ was not declared in this scope
23 | cout << q[q.size()-1] << "\n";
| ^