Run ID:90211

提交时间:2024-09-08 11:13:02

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