Main.cc: In function 'int main()': Main.cc:4:5: error: 'inn' was not declared in this scope inn a,b; ^ Main.cc:5:10: error: 'a' was not declared in this scope cin>>a>>b>>endl; ^ Main.cc:5:13: error: 'b' was not declared in this scope cin>>a>>b>>endl; ^ Main.cc:7:5: error: expected primary-expression before 'return' return 0; ^ Main.cc:7:13: error: expected '}' at end of input return 0; ^