| Problem | modulochain |
|---|---|
| User | KL |
| Submission Time | 2024-12-04 16:17:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:17:55: error: expected ‘)’ before ‘;’ token
17 | k = ((K[0] - (sum - K[0]))%1000000007 + 1000000007;
| ~ ^
| )