Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87717 Hope 05字符的变化 Python3 Accepted 39 MS 3744 KB 47 2024-08-11 11:31:12

Tests(10/10):


Code:

r = input() print(int((ord(r) - 20) * 20 / 5))