Main.cc: In function 'int main()': Main.cc:6:6: error: 'n' was not declared in this scope if((n-1)>=32 and (n-1)>=126){ ^ Main.cc:13:6: error: 'n' was not declared in this scope if((n+1)>=32 and (n+1)>=126){ ^