QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#393993 | #7751. Palindrome Path | dXqwq | WA | 1ms | 7840kb | C++23 | 2.4kb | 2024-04-19 20:12:04 | 2024-04-19 20:12:05 |
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: 5752kb
input:
2 2 11 11 1 1 2 2
output:
DRUDLUDRULLURDULDURD
result:
ok Valid Solution (Length = 20).
Test #2:
score: 0
Accepted
time: 0ms
memory: 3912kb
input:
2 2 10 01 1 1 2 2
output:
-1
result:
ok No Solution.
Test #3:
score: 0
Accepted
time: 1ms
memory: 3616kb
input:
1 1 1 1 1 1 1
output:
result:
ok Valid Solution (Length = 0).
Test #4:
score: 0
Accepted
time: 0ms
memory: 7840kb
input:
5 4 1111 1111 1111 1111 1111 4 2 4 2
output:
DDDRUUUULLDDDDLUUUUDDDDRUUUURRDDDDLUUUDDDRUUULLLLLLUUURDDDUUULDDDDRRUUUURDDDDUUUULDDDDLLUUUURDDD
result:
ok Valid Solution (Length = 96).
Test #5:
score: 0
Accepted
time: 1ms
memory: 5844kb
input:
5 5 11111 10101 11111 10101 11111 1 4 5 5
output:
DDDDRRUUUURRDDDDLRUULRUULLLRDDLRDDLLUUUUDDDLDRRRRUURRRRDLDDDUUUULLDDRLDDRLLLUURLUURLDDDDRRUUUURRDDDD
result:
ok Valid Solution (Length = 100).
Test #6:
score: 0
Accepted
time: 0ms
memory: 5876kb
input:
5 3 111 100 111 001 111 4 3 3 2
output:
RDDLLRRUULLUURRLLDDRRDDLLLLDDRRDDLLRRUULLUURRLLDDR
result:
ok Valid Solution (Length = 50).
Test #7:
score: 0
Accepted
time: 0ms
memory: 5864kb
input:
5 4 1001 1101 1111 0011 0010 2 2 1 1
output:
UULDULUUDLDDDUUURDRRDDUULDDLLULUULULLDDLUUDDRRDRUUUDDDLDUULUDLUU
result:
ok Valid Solution (Length = 64).
Test #8:
score: 0
Accepted
time: 1ms
memory: 5888kb
input:
5 3 101 111 100 111 100 4 1 2 2
output:
RDUUUUDLLRRDDLLDURRDLLUUUUUULLDRRUDLLDDRRLLDUUUUDR
result:
ok Valid Solution (Length = 50).
Test #9:
score: 0
Accepted
time: 1ms
memory: 5928kb
input:
5 5 01110 10110 11110 11011 11100 2 4 5 1
output:
DDDULUULRDDLDDRLLUUULRDDDRUURRUUDDLLLDDRLLRDDLLLDDUURRUURDDDRLUUULLRDDLDDRLUULUDDD
result:
ok Valid Solution (Length = 82).
Test #10:
score: 0
Accepted
time: 1ms
memory: 5784kb
input:
5 3 011 111 110 111 011 3 1 2 1
output:
UULDDDLUDRUUUULDURDRDDLDULLUDLDDRDRUDLUUUURDULDDDLUU
result:
ok Valid Solution (Length = 52).
Test #11:
score: 0
Accepted
time: 0ms
memory: 5856kb
input:
4 5 11111 11111 11111 11111 3 2 1 3
output:
UUURDDDRUUUDDDLUUULLDDDLUUUDDDRUUURDDDRRLLLLLLLLLLRRDDDRUUURDDDUUULDDDLLUUULDDDUUURDDDRUUU
result:
ok Valid Solution (Length = 90).
Test #12:
score: 0
Accepted
time: 1ms
memory: 5880kb
input:
5 5 11111 10101 11111 10101 11111 2 5 1 1
output:
UUUULLDDDDRLLLUUUURLDDRLDDRRUURLUURRDDDDLLLLLLLLLLDDDDRRUULRUURRDDLRDDLRUUUULLLRDDDDLLUUUU
result:
ok Valid Solution (Length = 90).
Test #13:
score: 0
Accepted
time: 0ms
memory: 5804kb
input:
4 5 11111 10000 11111 00001 1 3 4 5
output:
DRRRRDDLLLLRRRRUULLLLUDRRRRDDUUUUDDRRRRDULLLLUURRRRLLLLDDRRRRD
result:
ok Valid Solution (Length = 62).
Test #14:
score: 0
Accepted
time: 1ms
memory: 5728kb
input:
3 5 10100 00010 00111 1 3 1 1
output:
-1
result:
ok No Solution.
Test #15:
score: 0
Accepted
time: 0ms
memory: 6056kb
input:
4 5 10001 11111 11100 11111 4 5 3 1
output:
DDULUURLLDDLLDURRUULLRRRDDRUDDLLLLUULLLLDDURDDRRRLLUURRUDLLDDLLRUULUDD
result:
ok Valid Solution (Length = 70).
Test #16:
score: 0
Accepted
time: 1ms
memory: 5824kb
input:
3 5 11111 10100 11111 1 2 3 5
output:
RRDDRRUULRDDLLLLRRUULLDRRDDURRUURRUDDRRDLLUURRLLLLDDRLUURRDDRR
result:
ok Valid Solution (Length = 62).
Test #17:
score: -100
Wrong Answer
time: 0ms
memory: 5748kb
input:
4 5 01110 10101 11011 10111 1 3 2 3
output:
DRLLRUDRULLURDURLLRD
result:
wrong answer (2,1) Not Visited