QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#750852 | #9566. Topology | ucup-team4741 | WA | 1ms | 3756kb | C++20 | 3.3kb | 2024-11-15 16:07:36 | 2024-11-15 16:07:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3756kb
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: 1ms
memory: 3680kb
input:
9 1 1 2 2 3 3 4 5
output:
672 420 180 160 152 108 120 170 121521555
result:
wrong answer 9th numbers differ - expected: '210', found: '121521555'