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