Run ID:92790
提交时间:2024-10-06 14:38:06
a=int(input()) if a<30 and a>0 print('cold') else: print('hot')