Problem modulochain
User boomphcoding
Submission Time 2026-02-05 17:13:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

modulochain.cpp: In function ‘int main()’:
modulochain.cpp:12:13: error: invalid operands of types ‘ll’ {aka ‘long long int’} and ‘double’ to binary ‘operator%’
12 | all += tmp%(10e8+7);
| ~~~^~~~~~~~~
| | |
| | double
| ll {aka long long int}