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