# include<iostream> using namespace std; int main() { int temp; cin>>temp; if(temp>30){cout<<"hot"<<endl;} else{cout<<"cold"<<endl;} return 0; }