Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
91112 乔仲熠 计算a+=a Python3 Accepted 36 MS 3732 KB 46 2024-09-21 11:50:05

Tests(1/1):


Code:

h=input().split() a=int(h[0]) print(a*2)