Problem | lis |
---|---|
User | Henries |
Submission Time | 2024-12-14 22:30:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:53:17: error: ‘v’ was not declared in this scope
53 | segtree->upd(v[i],dp[i]);
| ^
lis.cpp:56:39: error: ‘v’ was not declared in this scope
56 | long long highest = segtree->qry(0,v[i] - 1);
| ^