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