Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87684 周轩屹 计算a-=2 Python3 Accepted 39 MS 3732 KB 31 2024-08-11 10:37:49

Tests(1/1):


Code:

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