Problem shoop
User JoshJuice
Submission Time 2025-05-28 00:45:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shoop.cpp: In function ‘int main()’:
shoop.cpp:4:13: error: declaration does not declare anything [-fpermissive]
4 | #define int ll;
| ^~
shoop.cpp:8:3: note: in expansion of macro ‘int’
8 | int n;
| ^~~
shoop.cpp:8:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | int n;
| ^
| yn
shoop.cpp:4:13: error: template argument 1 is invalid
4 | #define int ll;
| ^~
shoop.cpp:11:9: note: in expansion of macro ‘int’
11 | deque<int> special, nonspecial;
| ^~~
shoop.cpp:4:13: error: template argument 2 is invalid
4 | #define int ll;
| ^~
shoop.cpp:11:9: note: in expansion of macro ‘int’
11 | deque<int> special, nonspecial;
| ^~~
shoop.cpp:11:12: error: expected primary-expression before ‘>’ token
11 | deque<int> special, nonspecial;