Problem | lis_easy |
---|---|
User | Maggie |
Submission Time | 2023-11-10 10:30:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:21:3: error: expected ‘,’ or ‘;’ before ‘ans’
21 | ans = max(ans, LIS[i]);
| ^~~
lis_easy.cpp:23:10: error: expected ‘;’ before ‘}’ token
23 | return 0
| ^
| ;
24 | }
| ~