Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
104451 | 赵乘浩 | 求点积 | Python3 | Wrong Answer | 34 MS | 3736 KB | 111 | 2025-01-05 09:29:43 |
n = int(input()) # a = list(map(int,input().split())) # b = list(map(int,input().split())) a = 2*n print(a)
------Input------
7 6 57 59 87 37 85 85 24 51 86 80 70 52 52
------Answer-----
26515
------Your output-----
14