| Problem | modulochain |
|---|---|
| User | louisleehi |
| Submission Time | 2023-12-26 21:47:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:18:9: error: ‘its’ was not declared in this scope
18 | its = (its + A[i]%MOD) % MOD;
| ^~~