Run ID:90209

提交时间:2024-09-08 11:12:00

s=input().split("-") a=s[0] b=s[1] c=s[2] d=c+"-"+a+"-"+b print(d)