| Problem | foodchain | 
|---|---|
| User | huyleisme | 
| Submission Time | 2024-01-17 22:07:13 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:33: error: invalid operands of types ‘long long int’ and ‘__gnu_cxx::__promote_2<int, int, double, double>::__type’ {aka ‘double’} to binary ‘operator%’
    8 |  int long long output = product % (pow(10,9)+ 9);
      |                         ~~~~~~~ ^ ~~~~~~~~~~~~~~
      |                         |                   |
      |                         long long int       __gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}