Run ID:92788

提交时间:2024-10-06 14:36:42

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