Run ID:129305

提交时间:2025-08-23 22:43:37

x = int(input()) if x > 10: y = 1 elif x >= 5: y = 2 else: y = 3 print(y)