Run id: 113424

Main.cc: In function 'int main()':
Main.cc:4:2: error: 'inta' was not declared in this scope
  inta,b;
  ^
Main.cc:4:7: error: 'b' was not declared in this scope
  inta,b;
       ^
Main.cc:5:7: error: 'a' was not declared in this scope
  cin>>a>>b;
       ^