Run id: 121072

Main.cc: In function 'int main()':
Main.cc:4:6: error: 'a' was not declared in this scope
 cin>>a>>b;
      ^
Main.cc:4:9: error: 'b' was not declared in this scope
 cin>>a>>b;
         ^