Run id: 135773

Main.cc: In function 'int main()':
Main.cc:4:9: error: expected unqualified-id before numeric constant
     int 2;
         ^
Main.cc:5:10: error: 'a' was not declared in this scope
     cin>>a;
          ^