Problem | lis |
---|---|
User | RandomCtfNoob |
Submission Time | 2024-04-17 17:20:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:25:18: error: expected ‘;’ before ‘}’ token
25 | max = LIS[i-1]
| ^
| ;
26 | }
| ~