Problem | parallelogramisation |
---|---|
User | om2024 |
Submission Time | 2024-06-20 15:42:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
parallelogramisation.cpp: In function ‘int main()’:
parallelogramisation.cpp:8:3: error: ‘dq’ was not declared in this scope; did you mean ‘q’?
8 | dq.push_back(x);
| ^~
| q
parallelogramisation.cpp:11:7: error: ‘dq’ was not declared in this scope; did you mean ‘q’?
11 | if (dq.empty()) {
| ^~
| q
parallelogramisation.cpp:18:11: error: ‘dq’ was not declared in this scope; did you mean ‘q’?
18 | int x = dq.front(); cin >> x;
| ^~
| q