Main.cc: In function 'int main()': Main.cc:12:13: error: 'f' was not declared in this scope f=false; ^ Main.cc:16:8: error: 'f' was not declared in this scope if(f==false) cout<"NO"<<endl; ^