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