Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87682 周轩屹 计算a+=a Python3 Accepted 36 MS 3740 KB 31 2024-08-11 10:36:18

Tests(1/1):


Code:

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