Run id: 149717

Main.cc:1:2: error: invalid preprocessing directive #inute
 #inute 
  ^
Main.cc:2:7: error: expected nested-name-specifier before 'namespaec'
 using namespaec std;
       ^
Main.cc: In function 'int main()':
Main.cc:5:2: error: 'cin' was not declared in this scope
  cin>>a>>b>>c;
  ^
Main.cc:7:3: error: 'cout' was not declared in this scope
   cout<<"RECTANGLE";
   ^
Main.cc:10:3: error: 'cout' was not declared in this scope
   cout<<"SQUARE";
   ^
Main.cc:12:8: error: lvalue required as left operand of assignment
  if(a*a=b*c){
        ^
Main.cc:13:3: error: 'cout' was not declared in this scope
   cout<<"SAME";
   ^