Problem modulochain
User yhmixeI
Submission Time 2024-12-04 13:30:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:15:41: error: expected ‘;’ before ‘}’ token
15 | cout<<t<<" "<<(a[0]%d)*(a[n]%d)<<" "<<c
| ^
| ;
16 | }
| ~