Problem | foodchain |
---|---|
User | ciganrea |
Submission Time | 2024-02-27 10:49:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:42: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator%’
10 | ll product = (1.0 * (a * b * c * d * e) % 1000000009);
| ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| double int