Problem eescapism
User benji9736
Submission Time 2026-01-03 22:17:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:15:34: error: ‘MOD’ was not declared in this scope
15 | total = (total + (d[i] % MOD) * ((i + 1) % MOD)) % MOD;
| ^~~