0_0_35053082_9387.cpp:5:12: error: expected initializer before numeric constant
const ll N 1000005;
^
0_0_35053082_9387.cpp:7:11: error: 'N' was not declared in this scope
int n, dp[N];
^
0_0_35053082_9387.cpp: In function 'int main()':
0_0_35053082_9387.cpp:11:5: error: 'dp' was not declared in this scope
dp[1] = 1;
^
|