Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92099 | 周楚航 | 06输出日期 | Python3 | Wrong Answer | 36 MS | 3768 KB | 85 | 2024-09-28 13:21:54 |
q=input().split("-") a=int(q[0]) b=int(q[1]) c=int(q[2]) print(c,-b,-a,sep="-")
------Input------
30-2016-7
------Answer-----
7-30-2016
------Your output-----
7--2016--30