Run ID:92306

提交时间:2024-09-28 20:22:09

s=input() s=int(s) if s > 30: print("hot") else: print("cold")