Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91465 谭景年 06输出日期 Python3 Wrong Answer 36 MS 3748 KB 77 2024-09-21 20:25:45

Tests(0/2):


Code:

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


Run Info:

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