Problem lis_easy
User AltheaZ
Submission Time 2023-06-28 12:48:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:15:31: error: ‘i’ was not declared in this scope
15 | if (arr[j]>arr[k] && count[i]<count[j]+1){
| ^