| Problem | lis_easy |
|---|---|
| User | RgsT0829810B03 |
| Submission Time | 2023-11-10 10:45:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:5:1: note: in expansion of macro ‘int’
5 | int arr[5200], dp[5200];
| ^~~
lis_easy.cpp:5:5: error: ‘arr’ does not name a type
5 | int arr[5200], dp[5200];
| ^~~
lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:8:2: note: in expansion of macro ‘int’
8 | int N;
| ^~~
lis_easy.cpp:8:6: error: ‘N’ was not declared in this scope
8 | int N;
| ^
lis_easy.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
lis_easy.cpp:11:7: note: in expansion of macro ‘int’
11 | for (int i=0; i<N; i++)