Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93056 许诺 计算a-=2 Python3 Accepted 33 MS 3736 KB 33 2024-10-07 16:47:56

Tests(1/1):


Code:

a=input() a=int(a) print(a-2)