Run ID:92254

提交时间:2024-09-28 18:44:20

a = int(input()) b = a//1000 c = a//100%10 d = a//10%10 e = a%10 f = str(b) g = str(c) h = str(d) i = str(e) print(g+f+i+h)