Problem foodchain
User itchydeez
Submission Time 2023-11-08 13:22:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:5: error: invalid operands of types ‘long long int’ and ‘double’ to binary ‘operator%’
8 | G=A%1e9
| ~^~~~
| | |
| | double
| long long int