Problem foodchain
User gab
Submission Time 2025-04-29 17:00:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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