Problem | modulochain |
---|---|
User | noob41 |
Submission Time | 2023-11-08 15:17:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int32_t main()’:
modulochain.cpp:26:33: error: expected ‘;’ before ‘}’ token
26 | cout<<sum<<' '<<modp<<' '<<summ
| ^
| ;
27 |
28 | }
| ~