Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
104452 |
赵乘浩 |
求点积 |
Python3 |
Wrong Answer |
37 MS |
3748 KB |
35 |
2025-01-05 09:30:12 |
Tests(0/10):
Code:
n = int(input())
a = 2*n
print(a)
Run Info:
------Input------
7
6 57 59 87 37 85 85
24 51 86 80 70 52 52
------Answer-----
26515
------Your output-----
14