Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93053 许诺 计算a+=a Python3 Accepted 36 MS 3772 KB 31 2024-10-07 16:41:19

Tests(1/1):


Code:

a=input() a=int(a) print(a+a)