Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87685 张泽一 计算a-=2 Python3 Accepted 30 MS 3732 KB 30 2024-08-11 10:39:09

Tests(1/1):


Code:

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