#include<bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; if(x>30){ cout<<"hot"; } else{ cout<<"cold"; } return 0; }