Problem | lis_easy |
---|---|
User | tomatofrog0w0 |
Submission Time | 2023-11-10 10:29:17 |
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:20:4: error: ‘LIS’ was not declared in this scope
20 | LIS [i] = max (LIS [i], LIS[j] + 1);
| ^~~
lis_easy.cpp:26:6: error: ‘LIS’ was not declared in this scope
26 | if (LIS [i] == 0){
| ^~~
lis_easy.cpp:26:11: error: ‘i’ was not declared in this scope
26 | if (LIS [i] == 0){
| ^
lis_easy.cpp:31:10: error: ‘LIS’ was not declared in this scope
31 | cout << LIS [i];
| ^~~
lis_easy.cpp:31:15: error: ‘i’ was not declared in this scope
31 | cout << LIS [i];
| ^