Problem | mindeque |
---|---|
User | Pranav |
Submission Time | 2024-12-14 11:55:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:21:16: error: expected ‘;’ before ‘}’ token
21 | v.pop_back()
| ^
| ;
22 | }
| ~
mindeque.cpp:26:8: error: ‘a’ was not declared in this scope
26 | if (a==0 || a==1){
| ^