Run ID:92287

提交时间:2024-09-28 19:50:08

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