Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
92098 | 周楚航 | 06输出日期 | Python3 | Wrong Answer | 38 MS | 3740 KB | 84 | 2024-09-28 13:19:29 |
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