| Problem | card |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-04-25 10:27:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:7:13: error: ‘ins’ was not declared in this scope; did you mean ‘int’?
7 | cin>>m>>k>>ins;
| ^~~
| int
card.cpp:20:7: error: ‘pop_front’ was not declared in this scope
20 | dq,pop_front;
| ^~~~~~~~~
card.cpp:21:18: error: ‘temp’ was not declared in this scope; did you mean ‘temo’?
21 | dq.push_front(temp);
| ^~~~
| temo