Run ID:129304
提交时间:2025-08-23 22:33:28
x = int(input()) if x > 10: y = 1 elif 5 <= x <= 10: y = 2 else: y = 3 print(y)