Problem | lis_easy |
---|---|
User | LimCheeHann |
Submission Time | 2025-03-14 13:57:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | lis[i] = lis[j]+1
| ^
| ;
16 | }
| ~