Problem | mindeque |
---|---|
User | darius0 |
Submission Time | 2024-12-14 09:55:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:55:4: error: expected ‘}’ at end of input
55 | }
| ^
mindeque.cpp:50:8: note: to match this ‘{’
50 | }else{
| ^
mindeque.cpp:55:4: error: expected ‘}’ at end of input
55 | }
| ^
mindeque.cpp:19:28: note: to match this ‘{’
19 | for(int i = 0; i < n; i++){
| ^
mindeque.cpp:55:4: error: expected ‘}’ at end of input
55 | }
| ^
mindeque.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^