Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89146 赵佳辰 计算a-=2 Python3 Accepted 39 MS 3736 KB 52 2024-08-22 16:14:49

Tests(1/1):


Code:

r = input().split() a = int(r[0]) a =a-2 print(a)