Problem | mindeque |
---|---|
User | bribritt |
Submission Time | 2024-12-14 10:35:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:11:12: error: ‘x’ was not declared in this scope
11 | } else if(x==1||x==3) {
| ^
mindeque.cpp:12:7: error: redeclaration of ‘int x’
12 | int x;
| ^
mindeque.cpp:11:12: note: ‘<typeprefixerror>x’ previously declared here
11 | } else if(x==1||x==3) {
| ^