Run id: 147453

Main.cc: In function 'int main()':
Main.cc:4:11: error: expected initializer before 'b'
     int a b c,x;
           ^
Main.cc:5:10: error: 'a' was not declared in this scope
     cin>>a>>b>>c;
          ^
Main.cc:5:13: error: 'b' was not declared in this scope
     cin>>a>>b>>c;
             ^
Main.cc:5:16: error: 'c' was not declared in this scope
     cin>>a>>b>>c;
                ^
Main.cc:7:10: error: 'x' was not declared in this scope
       if(x/a==2&&x/b==2&&x/c==2){
          ^
Main.cc:11:9: error: 'x' was not declared in this scope
         x++;
         ^