QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#780338 | #5268. Computer Network | HuangHanSheng | WA | 1ms | 5756kb | C++17 | 1.1kb | 2024-11-25 10:10:53 | 2024-11-25 10:10:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5600kb
input:
3 2 20 30 10
output:
70
result:
ok 1 number(s): "70"
Test #2:
score: 0
Accepted
time: 1ms
memory: 5676kb
input:
5 1 10 10 10 10 10
output:
150
result:
ok 1 number(s): "150"
Test #3:
score: 0
Accepted
time: 1ms
memory: 5756kb
input:
5 2 10 10 10 10 10
output:
90
result:
ok 1 number(s): "90"
Test #4:
score: 0
Accepted
time: 1ms
memory: 5696kb
input:
6 3 5 6 2 3 1 4
output:
27
result:
ok 1 number(s): "27"
Test #5:
score: 0
Accepted
time: 1ms
memory: 5752kb
input:
1 1 9
output:
9
result:
ok 1 number(s): "9"
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 5672kb
input:
35 1 38 96 60 78 61 93 7 18 3 82 77 47 62 36 58 94 60 86 12 11 14 93 86 79 29 15 87 65 50 39 83 82 100 69 23
output:
44417
result:
wrong answer 1st numbers differ - expected: '25443', found: '44417'