Problem | modulochain |
---|---|
User | bribritt |
Submission Time | 2023-11-08 15:00:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int32_t main()’:
modulochain.cpp:83:58: error: expected ‘}’ at end of input
83 | cout<<ll(sum)<<" "<<ll(A[0]*A[N-1])<<" "<<ll(2*A[0]-sum);
| ^
modulochain.cpp:73:16: note: to match this ‘{’
73 | int32_t main() {
| ^