Run id: 135421
            Main.cc:10:9: error: stray '\357' in program
         cout << "cold";
         ^
Main.cc:10:9: error: stray '\274' in program
Main.cc:10:9: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:5:5: error: 'cin' was not declared in this scope
     cin >> temperature;
     ^
Main.cc:8:9: error: 'cout' was not declared in this scope
         cout << "hot" << endl;
         ^
Main.cc:8:26: error: 'endl' was not declared in this scope
         cout << "hot" << endl;
                          ^
Main.cc:10:9: error: 'cout' was not declared in this scope
         cout << "cold";
         ^
Main.cc:11:5: error: expected '}' at end of input
     }
     ^