| Problem | modulochain |
|---|---|
| User | YokeKai314 |
| Submission Time | 2026-01-16 14:21:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int32_t main()’:
modulochain.cpp:13:31: error: expected ‘;’ before ‘c’
13 | b = b % 1000000007
| ^
| ;
14 | c+=x;
| ~