Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91726 徐梓涵 05字符的变化 Python3 Wrong Answer 35 MS 3732 KB 59 2024-09-22 14:10:29

Tests(0/10):


Code:

a=input() c=int(a) x=(c+10-30)*20//5 print(str(x))


Run Info:

------Input------
X
------Answer-----
272
------Your output-----