Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87707 王晨鑫 计算a+=a Python3 Accepted 36 MS 3736 KB 55 2024-08-11 11:11:57

Tests(1/1):


Code:

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