Main.cc: In function 'int main()': Main.cc:5:2: error: 'a' was not declared in this scope a=4; ^ Main.cc:6:2: error: 'y' was not declared in this scope y=8650; ^