| Problem | modulochain |
|---|---|
| User | hyishigh |
| Submission Time | 2024-12-04 16:04:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:27:96: error: expected ‘;’ before ‘)’ token
27 | cout << sum << ' ' << (arr[0] * arr[n-1]) % mod << ' '<< (arr[0] - sumexceptfirst) % mod + mod) % mod;
| ^
| ;