Problem atleasttripledate
User chiefoggy
Submission Time 2024-06-15 23:39:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

atleasttripledate.cpp:3:7: error: ‘MOD’ does not name a type
3 | const MOD = 10e9+7;
| ^~~
atleasttripledate.cpp: In function ‘int32_t main()’:
atleasttripledate.cpp:12:30: error: ‘MOD’ was not declared in this scope
12 | a[i] = (a[i-1] + a[i-3]) % MOD;
| ^~~