Problem foodchain
User tdb60
Submission Time 2023-11-08 12:33:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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