teams.cpp:21: error: unterminated #ifdef
21 | #ifdef SKY
|
teams.cpp:6:13: error: expected unqualified-id before 'long'
6 | #define int long long
| ^~~~
teams.cpp:13:7: note: in expansion of macro 'int'
13 | void (int n, int a[], int b[])
| ^~~
teams.cpp:13:7: error: expected ')' before 'long'
13 | void (int n, int a[], int b[])
| ~^
| )
teams.cpp: In function 'long long int can(long long int, long long int*)':
teams.cpp:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
20 | }
| ^