Run ID:109029

提交时间:2025-01-24 12:08:39

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