Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93050 丁楷桐 计算a-=2 Python3 Wrong Answer 38 MS 3724 KB 52 2024-10-07 16:27:51

Tests(0/1):


Code:

s=input().split() a=s[0] b=int(b) b=a-a print(b)


Run Info:

------Input------
125
------Answer-----
123
------Your output-----