Owl Get a Life
foodchain.cpp: In function ‘int32_t main()’:foodchain.cpp:12:27: error: expected ‘;’ before ‘return’ 12 | cout << a * b * c * d * e | ^ | ; 13 | return 0; | ~~~~~~