Problem replacedigits
User PlayVoltz
Submission Time 2023-07-20 15:42:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

replacedigits.cpp: In function ‘int main()’:
replacedigits.cpp:18:26: error: ‘MOD’ was not declared in this scope
18 | power = (power * 26) % MOD;
| ^~~