Problem | typicalstairs |
---|---|
User | fastantic |
Submission Time | 2023-07-23 03:47:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typicalstairs.cpp: In function ‘void solve()’:
typicalstairs.cpp:30:22: error: ‘MOD’ was not declared in this scope
30 | dp[i] %= MOD;
| ^~~
typicalstairs.cpp:34:22: error: ‘MOD’ was not declared in this scope
34 | cout << (dp[n] % MOD) << endl;
| ^~~