Run id: 128834

Main.cc: In function 'int main()':
Main.cc:9:8: error: 'a' was not declared in this scope
     if(a==0&&b==1){
        ^
Main.cc:9:14: error: 'b' was not declared in this scope
     if(a==0&&b==1){
              ^