Problem | modulochain |
---|---|
User | elxy |
Submission Time | 2024-03-07 11:09:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int32_t main()’:
modulochain.cpp:19:16: error: expected ‘;’ before ‘}’ token
19 | sum = sum % m
| ^
| ;
20 | }
| ~