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