Owl Get a Life
foodchain.cpp: In function ‘int main()’:foodchain.cpp:5:20: error: expected ‘;’ before ‘cin’ 5 | int a,b,c,d,e;3 | ^ | ; 6 | cin>>a>>b>>c>>d>>e; | ~~~