Main.cc: In function 'int main()': Main.cc:10:5: error: expected ';' before 'return' return 0; ^ Main.cc:10:13: error: expected '}' at end of input return 0; ^