Main.cc: In function 'int main()': Main.cc:5:4: error: expected initializer before 'if' if(a==A){ ^ Main.cc:9:4: error: 'else' without a previous 'if' else{ ^ Main.cc:10:11: error: 'A' was not declared in this scope cout<