Problem | foodchain |
---|---|
User | shenshiqi |
Submission Time | 2025-03-28 21:12:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:9:18: error: invalid operands of types ‘double’ and ‘long long int’ to binary ‘operator%’
9 | mul = (mul*num)%modulo;
| ~~~~~~~~~^~~~~~~
| | |
| | long long int
| double