Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87719 张泽一 05字符的变化 Python3 Accepted 41 MS 3748 KB 54 2024-08-11 11:32:41

Tests(10/10):


Code:

s=input() s=ord(s) ss=int((s+10-30)*20/5) print(ss)