Problem | foodchain |
---|---|
User | Elnathan |
Submission Time | 2023-03-01 17:35:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:14: error: invalid operands of types ‘long double’ and ‘int’ to binary ‘operator%’
9 | cout << max % 1000000009;
| ~~~ ^ ~~~~~~~~~~
| | |
| | int
| long double