Run ID:94116
提交时间:2024-10-19 19:24:52
c=input().split() a=c[0] a=int(a) if a>=30 : print("hot") else : print("cold")