Problem | stickytape |
---|---|
User | justin271828 |
Submission Time | 2024-12-16 15:33:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stickytape.cpp: In function ‘int main()’:
stickytape.cpp:16:18: error: ‘ql’ was not declared in this scope; did you mean ‘q2’?
16 | for (l2 k: arr) ql.push(k);
| ^~
| q2
stickytape.cpp:20:8: error: ‘ql’ was not declared in this scope; did you mean ‘q2’?
20 | if (ql.empty() || (!q2.empty() && q2.front() <= q1.front())) {
| ^~
| q2
stickytape.cpp:27:10: error: ‘temp’ was not declared in this scope
27 | cout << temp;
| ^~~~