Run id: 135732

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