Main.cc: In function 'int main()': Main.cc:8:9: error: expected ';' before 'a' a=b ^ Main.cc:13:9: error: expected ';' before 'a' a=c ^ Main.cc:18:9: error: expected ';' before 'b' b=c ^ Main.cc:21:30: error: unable to find string literal operator 'operator""endl' with 'const char [2]', 'long unsigned int' arguments cout<