QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#513248 | #1166. Designing a PCB | ZhaoZiLong | WA | 0ms | 3756kb | C++20 | 1.3kb | 2024-08-10 17:18:31 | 2024-08-10 17:18:31 |
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: 3596kb
input:
4 1 2 3 4 1 2 3 4
output:
YES 3 U 1 R 4 D 1 5 D 1 L 3 U 3 R 7 D 2 5 D 2 L 5 U 5 R 9 D 3 5 D 3 L 7 U 7 R 11 D 4
result:
ok ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3564kb
input:
4 1 2 3 4 1 3 2 4
output:
NO
result:
ok ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
1 1 1
output:
YES 3 U 1 R 1 D 1
result:
ok ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
4 1 2 3 1 4 2 3 4
output:
YES 3 U 1 R 3 D 1 5 D 1 L 3 U 3 R 7 D 2 5 D 2 L 5 U 5 R 9 D 3 5 D 3 L 8 U 7 R 11 D 4
result:
ok ok
Test #5:
score: 0
Accepted
time: 0ms
memory: 3560kb
input:
4 1 2 3 4 1 3 2 4
output:
NO
result:
ok ok
Test #6:
score: 0
Accepted
time: 0ms
memory: 3756kb
input:
2 1 2 1 2
output:
YES 3 U 1 R 2 D 1 5 D 1 L 3 U 3 R 5 D 2
result:
ok ok
Test #7:
score: -100
Wrong Answer
time: 0ms
memory: 3596kb
input:
3 2 3 2 1 1 3
output:
YES 3 U 1 R 1 D 1 3 U 2 R 2 D 2 5 D 1 L 3 U 3 R 7 D 2
result:
wrong answer some line segments intersect