| Problem | modulochain |
|---|---|
| User | Mimikyu |
| Submission Time | 2025-01-05 15:33:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:25:33: error: expected ‘;’ before ‘}’ token
25 | cout << (arr[0] - val) % mod
| ^
| ;
26 | }
| ~