| Problem | modulochain |
|---|---|
| User | jerrielchangjiebin |
| Submission Time | 2024-12-04 14:19:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:20:17: error: expected ‘;’ before ‘}’ token
20 | sum= (sum%mod)
| ^
| ;
21 | }
| ~