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