watching.cpp:3:13: error: 'll' does not name a type
3 | #define int ll
| ^~
watching.cpp:4:1: note: in expansion of macro 'int'
4 | int n, a, b;
| ^~~
watching.cpp:3:13: error: 'll' was not declared in this scope
3 | #define int ll
| ^~
watching.cpp:5:9: note: in expansion of macro 'int'
5 | vector <int> arr;
| ^~~
watching.cpp:5:12: error: template argument 1 is invalid
5 | vector <int> arr;
| ^
watching.cpp:5:12: error: template argument 2 is invalid
watching.cpp:3:13: error: 'll' was not declared in this scope
3 | #define int ll
| ^~
watching.cpp:6:12: note: in expansion of macro 'int'
6 | bool check(int ans){
| ^~~
watching.cpp:3:13: error: 'll' does not name a type
3 | #define int ll
| ^~
watching.cpp:21:1: note: in expansion of macro 'int'
21 | int main(){
| ^~~