Main.cc: In function 'int main()': Main.cc:7:13: warning: variable 'f' set but not used [-Wunused-but-set-variable] int f=0; ^ Main.cc:26:8: error: 'f' was not declared in this scope if(f==1){ ^