Problem | lis_easy |
---|---|
User | 2Princes1Lance |
Submission Time | 2023-11-26 17:41:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int _lis(int*, int, int*)’:
lis_easy.cpp:8:21: error: expected ‘;’ before ‘int’
8 | return 1
| ^
| ;
9 | int res, max_ending_here = 1;
| ~~~