Problem | lis_easy |
---|---|
User | TinaD |
Submission Time | 2025-03-15 18:24:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘void solve()’:
lis_easy.cpp:20:37: error: invalid operands of types ‘int’ and ‘int [1000001]’ to binary ‘operator-’
20 | cout<<lower_bound((dp,dp+n,1000001)-dp);
| ~~~~~~~~~~~~~~~~~^~~
| | |
| int int [1000001]