Problem foodchain
User de3znut5
Submission Time 2024-08-01 13:10:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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