Problem foodchain
User PrunJuice
Submission Time 2023-11-07 18:59:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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