Problem | modulochain |
---|---|
User | BigEd15 |
Submission Time | 2025-02-03 22:03:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
modulochain.cpp: In function ‘int main()’:
modulochain.cpp:22:5: error: redeclaration of ‘ll sum’
22 | ll sum = sum%mod;
| ^~~
modulochain.cpp:16:5: note: ‘ll sum’ previously declared here
16 | ll sum =0;
| ^~~