Main.cc: In function 'int main()': Main.cc:10:7: error: 'X' was not declared in this scope if(a>=X){ ^ Main.cc:11:7: error: 'Y' was not declared in this scope if(a<=Y){ ^