Problem duckhunt67
User Potato3218
Submission Time 2026-02-17 20:01:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt67.cpp: In function ‘long long int dp(long long int)’:
duckhunt67.cpp:13:48: error: ‘MOD’ was not declared in this scope
13 | return memo[x] = (dp(x - 6) + dp(x - 7)) % MOD;
| ^~~