Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92495 周楚航 计算a-=2 Python3 Accepted 40 MS 3744 KB 33 2024-10-05 14:53:26

Tests(1/1):


Code:

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