Problem foodchain
User andikawahyudi
Submission Time 2026-01-04 16:25:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:21: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
7 | cout << (a*b*c*d*e)%(10e9+9);
| ~~~~~~~~~~~^~~~~~~~~
| | |
| | double
| long long int