Run ID:92100

提交时间:2024-09-28 13:22:46

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