Run ID:90087
提交时间:2024-09-07 19:46:00
s=input().split() a=s[0] b=s[1] c=s[2] d=s[3] a=str(a) b=str(b) c=str(c) d=str(d) print(d+a+b+c)