Problem | lis_easy |
---|---|
User | tomatofrog0w0 |
Submission Time | 2023-11-10 10:41:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:16:23: error: ‘lis’ was not declared in this scope
16 | memset (LIS, 0,sizeof(lis));
| ^~~
lis_easy.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
lis_easy.cpp:17:2: note: in expansion of macro ‘int’
17 | (int i = 0; i < n; ++i){
| ^~~
lis_easy.cpp:17:2: error: expected ‘)’ before ‘long’
17 | (int i = 0; i < n; ++i){
| ~^
| )
lis_easy.cpp:17:13: error: ‘i’ was not declared in this scope
17 | (int i = 0; i < n; ++i){
| ^
lis_easy.cpp: At global scope:
lis_easy.cpp:39:2: error: expected unqualified-id before ‘return’
39 | return 0;
| ^~~~~~
lis_easy.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^