Problem | squidzofrenzic |
---|---|
User | MintTea |
Submission Time | 2023-05-27 13:18:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
squidzofrenzic.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
squidzofrenzic.cpp:6:1: note: in expansion of macro ‘int’
6 | int x,y;
| ^~~
squidzofrenzic.cpp:6:5: error: ‘x’ does not name a type
6 | int x,y;
| ^
squidzofrenzic.cpp:4:18: error: declaration does not declare anything [-fpermissive]
4 | #define int long long;
| ^~~~
squidzofrenzic.cpp:8:1: note: in expansion of macro ‘int’
8 | int A[10001];
| ^~~
squidzofrenzic.cpp:8:5: error: ‘A’ does not name a type
8 | int A[10001];
| ^
squidzofrenzic.cpp:4:22: error: expected ‘)’ before ‘;’ token
4 | #define int long long;
| ^
squidzofrenzic.cpp:10:17: note: in expansion of macro ‘int’
10 | bool ispossible(int num){
| ^~~
squidzofrenzic.cpp:10:16: note: