Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90371 |
胡玄善 |
05字符的变化 |
Python3 |
Wrong Answer |
39 MS |
3744 KB |
60 |
2024-09-12 19:45:03 |
Tests(0/10):
Code:
s=input().split()
a=(s[0])
a=ord(a)
print((a+10-30)*20/5)
Run Info:
------Input------
X
------Answer-----
272
------Your output-----
272.0