Problem foodchain
User WJR
Submission Time 2025-12-05 13:01:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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