| Problem | modulochain |
|---|---|
| User | FIips |
| Submission Time | 2025-02-03 22:27:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int32_t main()’:
modulochain.cpp:29:88: error: expected ‘)’ before ‘;’ token
29 | int sub = ((arr[0] % mod) - ((arr[0] % mod) - (((sum % mod) + mod) % mod) + mod) % mod;
| ~ ^
| )