Problem foodchain
User siglaptomarymount
Submission Time 2026-01-03 21:30:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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