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