Run ID:92307

提交时间:2024-09-28 20:23:32

c=input().split("-") x=c[0] a=c[1] b=c[2] print(b,x,a,sep="-")