Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91114 乔仲熠 计算a-=2 Python3 Accepted 38 MS 3736 KB 46 2024-09-21 11:51:34

Tests(1/1):


Code:

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