Problem lis_easy
User nzx
Submission Time 2025-10-28 21:16:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:28:21: error: expected ‘;’ before ‘)’ token
28 | cout << LIS(arr));
| ^
| ;