QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#421038 | #4368. Oil | ucup-team1005# | WA | 0ms | 3844kb | C++20 | 1.5kb | 2024-05-25 10:20:21 | 2024-05-25 10:20:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3708kb
input:
5 100 180 20 30 60 30 70 110 40 10 40 50 0 80 70
output:
200
result:
ok single line: '200'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3844kb
input:
3 50 60 10 -42 -42 20 25 0 10
output:
25
result:
ok single line: '25'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3712kb
input:
1 -100 180 20
output:
0
result:
wrong answer 1st lines differ - expected: '280', found: '0'