| Problem | card |
|---|---|
| User | yoshiokalili |
| Submission Time | 2026-02-09 21:22:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:2:5: error: ‘ios_base’ has not been declared
2 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
card.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
card.cpp:12:2: error: ‘deque’ was not declared in this scope
12 | deque<int> dq;
| ^~~~~
card.cpp:12:8: error: expected primary-expression before ‘int’
12 | deque<int> dq;
| ^~~
card.cpp:15:3: error: ‘dq’ was not declared in this scope
15 | dq.push_back(i);
| ^~
card.cpp:18:19: error: ‘begin’ was not declared in this scope
18 | for (char task : t) {
| ^
card.cpp:18:19: error: ‘end’ was not declared in this scope
card.cpp:19:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | if (task == "A")
| ^~~
card.cpp:20:4: error: ‘dq’ was