Problem foodchain
User gab
Submission Time 2025-04-29 16:56:16
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 ‘int’ and ‘double’ to binary ‘operator%’
7 | return (a*b*c*d*e)%(10e9+9);
| ~~~~~~~~~~~^~~~~~~~~
| | |
| int double