QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#523961 | #8768. Arrested Development | wuxman57 | RE | 0ms | 0kb | Python3 | 143b | 2024-08-19 02:50:45 | 2024-08-19 02:50:45 |
answer
n = int(input())
ans = 0
for x in range(1, n):
line = [int(i) for i in iput().split(" ")]
ans += min(line[0], line[1])
print(ans)
详细
Test #1:
score: 0
Dangerous Syscalls
input:
4 100 1 1 90 1 20 1 20