| Problem | lis_easy |
|---|---|
| User | JonahKoh |
| Submission Time | 2026-02-09 19:16:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp:14:11: error: invalid preprocessing directive #Find
14 | # Find position where we can place this number
| ^~~~
lis_easy.cpp:18:15: error: invalid preprocessing directive #num
18 | # num is larger than all tails, extend the LIS
| ^~~
lis_easy.cpp:21:15: error: invalid preprocessing directive #Replace
21 | # Replace the first element >= num with num
| ^~~~~~~
lis_easy.cpp:1:1: error: ‘import’ does not name a type
1 | import bisect
| ^~~~~~