Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87708 王晨鑫 计算a-=2 Python3 Accepted 33 MS 3740 KB 55 2024-08-11 11:12:47

Tests(1/1):


Code:

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