Run id: 123681

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