Problem foodchain
User andthatsallshewrote
Submission Time 2023-11-08 11:14:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:30: error: invalid operands of types ‘int’ and ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} to binary ‘operator%’
7 | cout << (a * b * c * d * e) % (pow(10, 9) + 9)
| ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
| | |
| int __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}