Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
57889 木木老师 数字换位 Python3 Accepted 32 MS 3728 KB 32 2023-09-15 11:06:45

Tests(1/1):


Code:

s=input() print(s[2]+s[1]+s[0])