Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90423 谭景年 计算a-=2 Python3 Accepted 33 MS 3736 KB 51 2024-09-14 19:45:46

Tests(1/1):


Code:

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