Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92100 周楚航 06输出日期 Python3 Wrong Answer 35 MS 3748 KB 83 2024-09-28 13:22:46

Tests(0/2):


Code:

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


Run Info:

------Input------
30-2016-7
------Answer-----
7-30-2016
------Your output-----
7-2016-30