Problem foodchain
User ybc
Submission Time 2023-11-08 14:43:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:12:21: error: no match for ‘operator%=’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘int’)
12 | cout << (A*B*C*D*E)%=1000000009;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~