QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'