Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90421 谭景年 计算a+=a Python3 Accepted 34 MS 3740 KB 47 2024-09-14 19:45:07

Tests(1/1):


Code:

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