Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93052 丁楷桐 计算a-=2 Python3 Accepted 34 MS 3748 KB 52 2024-10-07 16:37:29

Tests(1/1):


Code:

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