| Problem | lis_easy |
|---|---|
| User | FailureJin |
| Submission Time | 2026-03-10 14:59:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
lis_easy.cpp:16:20: note: in expansion of macro ‘int’
16 | maxx = max(maxx, int(seq.size()));
| ^~~