Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:9:42: error: expected ‘;’ before ‘}’ token 9 | cout << (a * b * c * d * e) % 1000000009 | ^ | ;...... 12 | } | ~