Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92256 徐盛熠 05字符的变化 Python3 Wrong Answer 35 MS 3736 KB 85 2024-09-28 18:49:01

Tests(0/10):


Code:

c=input() print(ord(c)) c=ord(c) c=c+10 c=c-30 c=c*20 c=c/5 print(c)


Run Info:

------Input------
X
------Answer-----
272
------Your output-----
88 272.0