Problem shamelessad5
User ansel
Submission Time 2024-12-23 09:23:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad5.cpp:5:15: error: expected initializer before numeric constant
5 | const int MOD 1e9+7;
| ^~~
shamelessad5.cpp: In function ‘int lis(int)’:
shamelessad5.cpp:12:27: error: ‘MOD’ was not declared in this scope
12 | dp[N]+=lis(i)%MOD;
| ^~~