Problem lis_easy
User seanLim
Submission Time 2024-04-15 18:28:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:39:20: error: expected ‘}’ at end of input
39 | cout << lis(n,arr);
| ^
lis_easy.cpp:31:12: note: to match this ‘{’
31 | int main() {
| ^