| Problem | card |
|---|---|
| User | Yangyuchen13 |
| Submission Time | 2026-03-27 14:49:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:12:8: error: expected unqualified-id before ‘.’ token
12 | deque.push_front(i);
| ^
card.cpp:20:12: error: lvalue required as increment operand
20 | }else if(a++"B"){
| ^~
card.cpp:20:14: error: expected ‘)’ before string constant
20 | }else if(a++"B"){
| ~ ^~~
| )
card.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
card.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^