Run id: 95213

Main.cc: In function 'int main()':
Main.cc:4:5: error: expected unqualified-id before '<<' token
  int<>a>>b;
          ^
Main.cc:5:13: error: 'b' was not declared in this scope
     cin>>a>>b;
             ^