Problem foodchain
User Mimikyu
Submission Time 2023-12-20 14:57:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:27: error: invalid operands of types ‘float’ and ‘int’ to binary ‘operator%’
12 | cout<<(a)*(b)*(c)*(d)*(e)%1000000009;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
| | |
| | int
| float