Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:8:31: error: expected ‘;’ before ‘}’ token 8 | cout << A*B*C*D*E % 1000000007 | ^ | ; 9 | } | ~