Problem | mrt2 |
---|---|
User | Sans12345 |
Submission Time | 2024-12-03 10:03:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mrt2.cpp: In function ‘int main()’:
mrt2.cpp:11:29: error: ‘dp’ was not declared in this scope
11 | for(int i=0;i<maxn;i++) dp[i] = LLONG_MAX;
| ^~
mrt2.cpp:12:5: error: ‘dp’ was not declared in this scope
12 | dp[1] = 0;
| ^~