Problem | modulochain |
---|---|
User | dieunq1309 |
Submission Time | 2024-06-29 16:18:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:27:53: error: ‘m’ was not declared in this scope
27 | dif = (dif%mod - sum%mod)%mod +((dif >= sum) ? 0 : m);
| ^