Problem | lis_easy |
---|---|
User | asruby |
Submission Time | 2023-12-01 13:20:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘long long int recur(long long int)’:
lis_easy.cpp:11:11: error: ‘X’ was not declared in this scope
11 | recur(X+1);
| ^
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 | }
| ~