Problem foodchain
User Ant1234567890
Submission Time 2025-06-13 11:10:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:12: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
9 | k=((a*b*c)%(10e9+9)*d*e)%(10e9+9));
| ~~~~~~~^~~~~~~~~
| | |
| int double