Run id: 146930

Main.cc: In function 'int main()':
Main.cc:9:6: error: 'b' was not declared in this scope
   if(b==s&&s==y){
      ^
Main.cc:9:9: error: 's' was not declared in this scope
   if(b==s&&s==y){
         ^
Main.cc:9:15: error: 'y' was not declared in this scope
   if(b==s&&s==y){
               ^
Main.cc:13:1: error: expected '}' at end of input
 }
 ^