QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#730039 | #9566. Topology | ucup-team5703# | WA | 1ms | 3740kb | C++20 | 2.5kb | 2024-11-09 18:25:52 | 2024-11-09 18:25:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3644kb
input:
4 1 1 2
output:
3 2 1 2
result:
ok 4 number(s): "3 2 1 2"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3740kb
input:
9 1 1 2 2 3 3 4 5
output:
672 420 180 200 160 126 126 210 210
result:
wrong answer 4th numbers differ - expected: '160', found: '200'