Run ID:132642

提交时间:2025-10-12 08:35:52

a=int(input()) b=a%10 c=a//10 d=b*1000+c print(d)