QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#259998 | #7677. Easy Diameter Problem | Qiuly | WA | 12ms | 326740kb | C++14 | 4.2kb | 2023-11-21 17:39:10 | 2023-11-21 17:39:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 7ms
memory: 326556kb
input:
3 1 2 3 2
output:
4
result:
ok 1 number(s): "4"
Test #2:
score: 0
Accepted
time: 12ms
memory: 326740kb
input:
5 4 1 4 5 1 2 1 3
output:
28
result:
ok 1 number(s): "28"
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 326568kb
input:
7 5 7 2 5 2 1 1 6 3 6 4 1
output:
132
result:
wrong answer 1st numbers differ - expected: '116', found: '132'