Problem | foodchain |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-18 22:50:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:11:33: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
11 | cout << (A * B * C * D * E) % (10e9 + 9) << "\n";
| ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~
| | |
| | double
| long long int