Problem modulochain
User hutaosfavbf
Submission Time 2025-03-12 17:03:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:33:39: error: expected ‘)’ before ‘;’ token
33 | ll diff = (a[0] - (x - a[0]) + mod;
| ~ ^
| )