Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:18:11: error: expected ‘;’ before ‘cout’ 18 | e = e*c%x | ^ | ; 19 | cout << (a*e)%(x); | ~~~~