Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92104 周楚航 06输出日期 Python3 Accepted 39 MS 3752 KB 83 2024-09-28 13:24:57

Tests(2/2):


Code:

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