Problem foodchain
User hitarthdangra
Submission Time 2025-06-18 22:51:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:11:33: error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator%’
11 | cout << (A * B * C * D * E) % (10e9 + 9) << "\n";
| ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| double double