Problem | modulochain |
---|---|
User | Pranav |
Submission Time | 2024-04-01 16:48:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:33:10: error: expected ‘;’ before ‘}’ token
33 | sum%=fv
| ^
| ;
34 | }
| ~