提交时间:2025-01-03 14:41:14

运行 ID: 307199

n=int(input()) g=n//1%10 s=n//10%10 print(g*10+s)