| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 122267 | 赵乘浩 | 外围元素之和 | Python3 | Wrong Answer | 36 MS | 3760 KB | 151 | 2025-06-15 09:44:56 |
m,n=input().split() m,n=int(m),int(n) x=0 ; y=0 a=[] for i in range(m+1): for i in range(n+1): t=input().split() a.append(t)
------Input------
1 10 9 0 4 4 7 7 9 4 6 4
------Answer-----
54
------Your output-----