Problem foodchain
User Greninja
Submission Time 2024-02-26 19:33:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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