Run ID:112845

提交时间:2025-03-14 19:12:23

x = int(input()) if x < 10: print(0) else: print((x // 10) % 10)