Problem | modulochain |
---|---|
User | brat |
Submission Time | 2025-09-23 22:13:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:22:36: error: expected ‘;’ before ‘ans3’
22 | ans2 = (A[0]%mod + A[n-1]%mod)%mod
| ^
| ;
23 |
24 | ans3 = (A[0]%mod + sup3)%mod
| ~~~~