QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#317936 | #6639. Disk Tree | ucup-team1005 | WA | 0ms | 3736kb | C++14 | 1.2kb | 2024-01-29 23:41:25 | 2024-01-29 23:41:25 |
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: 0ms
memory: 3736kb
input:
3 1 0 3 10 10 6 0 5 1
output:
YES 0 5 10 6 1 3 0 4
result:
ok answer = 1
Test #2:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
2 1 1 1 3 3 1
output:
YES 1 2 3 2
result:
ok answer = 1
Test #3:
score: 0
Accepted
time: 0ms
memory: 3732kb
input:
5 10 10 10 2 0 1 20 20 1 3 20 1 20 0 1
output:
YES 3 20 20 21 10 19 3 20 20 0 10 1 2 0 10 1
result:
ok answer = 1
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3676kb
input:
10 29 29 2 28 55 10 99 81 4 17 82 10 45 88 10 48 68 10 0 8 10 98 95 10 34 0 10 17 24 10
output:
YES 45 97 98 98 17 91 2 92 99 84 45 85 48 77 17 78 28 64 48 65 17 34 28 45 29 30 17 31 0 17 17 18 34 9 0 10
result:
wrong answer Two disks cannot reach eachother