| Problem | foodchain |
|---|---|
| User | Isabel123 |
| Submission Time | 2023-11-10 09:30:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:22: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
10 | cout << sumOfMilk%(1e9 + 9);
| ~~~~~~~~~^~~~~~~~~~
| | |
| int double