Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133882 叶航帅 计算a-=2 Python3 Accepted 48 MS 3740 KB 56 2025-10-23 20:43:43

Tests(1/1):


Code:

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