Run ID:109030

提交时间:2025-01-24 12:09:07

d,y,m = input().split('-') print( "{}-{}-{}".format(m,d,y))