Run ID:92104
提交时间:2024-09-28 13:24:57
q=input().split("-") a=int(q[0]) b=int(q[1]) c=int(q[2]) print(c,a,b,sep="-")