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