Problem foodchain
User andthatsallshewrote
Submission Time 2025-07-22 09:49:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function β€˜int main()’:
foodchain.cpp:8:100: error: no match for call to β€˜(std::ostream {aka std::basic_ostream<char>}) (long long int)’
8 | cout ((a % 1000000009) * (b % 1000000009) * (c % 1000000009) * (d % 1000000009) * (e % 1000000009)) % 1000000009;
| ^