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

Compile Error

lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:20:4: error: ‘LIS’ was not declared in this scope
20 | LIS [i] = max (LIS [i], LIS[j] + 1);
| ^~~
lis_easy.cpp:23:6: error: ‘LIS’ was not declared in this scope
23 | if (LIS [i] == 0){
| ^~~
lis_easy.cpp:28:10: error: ‘LIS’ was not declared in this scope
28 | cout << LIS [i];
| ^~~
lis_easy.cpp:34:1: error: expected ‘}’ at end of input
34 | }
| ^
lis_easy.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^