Problem foodchain
User ToiletBrIcker
Submission Time 2025-01-06 12:21:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:12: error: invalid operands of types ‘int’ and ‘double’ to binary ‘operator%’
8 | }cout << h%(1e9+9);
| ~^~~~~~~~
| | |
| int double