Problem foodchain
User PrunJuice
Submission Time 2023-11-07 19:00:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:40: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
7 | long long int sum=(A * B * C * D * E )% (1e9+9);
| ~~~~~~~~~~~~~~~~~~~~^ ~~~~~~~
| | |
| | double
| long long int