Run ID:129306

提交时间:2025-08-23 22:46:21

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