Problem | lis |
---|---|
User | Phoubia01 |
Submission Time | 2025-08-22 16:05:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:10:12: error: expected initializer before ‘INF’
10 | int ll INF = 1e18;
| ^~~
lis.cpp:11:27: error: ‘INF’ was not declared in this scope
11 | vector <ll> dp(n + 1, INF);
| ^~~