Problem lis_easy
User asruby
Submission Time 2023-12-01 13:20:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘long long int recur(long long int)’:
lis_easy.cpp:15:47: error: expected ‘;’ before ‘}’ token
15 | lis[x] = *max_element(lis, lis + x) + 1
| ^
| ;
16 | }else{
| ~
lis_easy.cpp:17:18: error: expected ‘;’ before ‘}’ token
17 | lis[x] = 1
| ^
| ;
18 | }
| ~