Problem modulochain
User Zera
Submission Time 2024-01-09 20:44:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:15:25: error: ‘i’ was not declared in this scope
15 | balls = ((codebreaker[i]%MOD)*(codebreaker[0]%MOD))%MOD;
| ^