Run id: 143543

Main.cc:1:2: error: invalid preprocessing directive #inclde
 #inclde
  ^
Main.cc: In function 'int main()':
Main.cc:5:2: error: 'cin' was not declared in this scope
  cin>>a; 
  ^
Main.cc:7:6: error: 'cout' was not declared in this scope
      cout<<"hot";
      ^
Main.cc:9:6: error: 'cout' was not declared in this scope
      cout<<"cold";
      ^