QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#822886 | #9875. Don't Detect Cycle | ucup-team5150 | WA | 1ms | 4092kb | C++17 | 2.5kb | 2024-12-20 17:14:24 | 2024-12-20 17:14:24 |
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: 4048kb
input:
1 4 4 1 2 2 3 3 4 4 2
output:
2 4 1 3
result:
ok Correct
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 4092kb
input:
4 4 5 1 2 2 3 3 4 3 1 1 4 5 3 1 2 2 3 3 4 9 10 3 5 1 8 5 8 4 9 6 7 7 9 1 2 1 4 2 4 4 6 8 10 1 4 3 8 2 5 3 4 1 5 5 8 2 8 5 7 4 5 3 7
output:
1 2 3 4 5 1 3 2 2 6 4 10 7 1 9 8 5 3 2 4 1 3 6 10 8 9 5 7
result:
wrong answer Wrong - you detected cycles