Problem | lis_easy |
---|---|
User | BigEd15 |
Submission Time | 2025-05-21 22:16:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:9:2: note: in expansion of macro ‘int’
9 | int N;
| ^~~
lis_easy.cpp:9:6: error: ‘N’ was not declared in this scope
9 | int N;
| ^
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:11:2: note: in expansion of macro ‘int’
11 | int arr[N];
| ^~~
lis_easy.cpp:11:6: error: ‘arr’ was not declared in this scope
11 | int arr[N];
| ^~~
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:12:2: note: in expansion of macro ‘int’
12 | int lengths[N];
| ^~~
lis_easy.cpp:1