Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
89731 胡玄善 计算a+=a Python3 Accepted 38 MS 3752 KB 44 2024-09-05 20:17:36

Tests(1/1):


Code:

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