Problem foodchain
User ZachTAD
Submission Time 2024-02-05 17:23:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:21: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
12 | cout << a*b*c*d*e % 1e+9+9;
| ~~~~~~~~~ ^ ~~~~
| | |
| | double
| long long int