Main.cc: In function ‘int main()’: Main.cc:19:8: error: ‘jj’ was not declared in this scope if(jj==1||j==7){ ^~ Main.cc:19:8: note: suggested alternative: ‘j’ if(jj==1||j==7){ ^~ j