Problem foodchain
User Aum
Submission Time 2024-06-19 22:10:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:14:19: error: no match for ‘operator%=’ (operand types are ‘std::basic_ostream<char>::__ostream_type’ {aka ‘std::basic_ostream<char>’} and ‘const long long int’)
14 | cout << a*b*c*d*e%= MOD;
| ~~~~~~~~~~~~~~~~~^~~~~~