Problem | lis |
---|---|
User | kkai |
Submission Time | 2024-03-12 21:55:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:9:5: error: ‘ilong’ was not declared in this scope; did you mean ‘ulong’?
9 | ilong long arr[n];
| ^~~~~
| ulong
lis.cpp:11:14: error: ‘arr’ was not declared in this scope
11 | cin>>arr[i];
| ^~~
lis.cpp:20:17: error: ‘arr’ was not declared in this scope
20 | if (arr[i] > arr[j] && lis[i] < lis[j] + 1)
| ^~~