Problem lis_easy
User tomatofrog0w0
Submission Time 2023-11-10 11:04:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:15:23: error: ‘lis’ was not declared in this scope
15 | memset (LIS, 0,sizeof(lis));
| ^~~
lis_easy.cpp: At global scope:
lis_easy.cpp:38:2: error: expected unqualified-id before ‘return’
38 | return 0;
| ^~~~~~
lis_easy.cpp:40:1: error: expected declaration before ‘}’ token
40 | }
| ^