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