QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#395774 | #7751. Palindrome Path | ucup-team3057# | WA | 1ms | 3864kb | C++17 | 5.1kb | 2024-04-21 18:40:22 | 2024-04-21 18:40:22 |
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: 3628kb
input:
2 2 11 11 1 1 2 2
output:
DRUDLUDURULDUUDLURUDULDURD
result:
ok Valid Solution (Length = 26).
Test #2:
score: 0
Accepted
time: 0ms
memory: 3624kb
input:
2 2 10 01 1 1 2 2
output:
-1
result:
ok No Solution.
Test #3:
score: 0
Accepted
time: 1ms
memory: 3800kb
input:
1 1 1 1 1 1 1
output:
result:
ok Valid Solution (Length = 0).
Test #4:
score: 0
Accepted
time: 0ms
memory: 3640kb
input:
5 4 1111 1111 1111 1111 1111 4 2 4 2
output:
DDDRUUUULLDDDDLUUUUDDDDRUUUURRDDDDLUUUULLDDDDUUUURDDDUUULDDUURDULRUUUUDDDDUUURUUDDDDUURUUUDDDDUUUURLUDRUUDDLUUUDDDRUUUUDDDDLLUUUULDDDDRRUUUURDDDDUUUULDDDDLLUUUURDDD
result:
ok Valid Solution (Length = 164).
Test #5:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
5 5 11111 10101 11111 10101 11111 1 4 5 5
output:
DDDDRRRRUUUULLDDDURLLRUULRRRDDDDLLLLUUUUDDDDUUUURURDLDLURDLDLURRDLUDDULDRRULDLDRULDLDRURUUUUDDDDUUUULLLLDDDDRRRLUURLLRUDDDLLUUUURRRRDDDD
result:
ok Valid Solution (Length = 136).
Test #6:
score: 0
Accepted
time: 0ms
memory: 3864kb
input:
5 3 111 100 111 001 111 4 3 3 2
output:
RDDLLRRUULLUURRLLDDRRDDLLRRUULLUURRLLDDR
result:
ok Valid Solution (Length = 40).
Test #7:
score: 0
Accepted
time: 0ms
memory: 3620kb
input:
5 4 1001 1101 1111 0011 0010 2 2 1 1
output:
UULDULUUDLDDDUUURDRRDDUULLUUDLDDURUULDLRDRDURULLUUDLDDLDUULLURUDRDRLDLUURUDDLDUULLUUDDRRDRUUUDDDLDUULUDLUU
result:
ok Valid Solution (Length = 106).
Test #8:
score: 0
Accepted
time: 0ms
memory: 3636kb
input:
5 3 101 111 100 111 100 4 1 2 2
output:
RDUUUUDLLRRDDLLDURLDUURUULDRURULDUUDLURURDLUURUUDLRUDLLDDRRLLDUUUUDR
result:
ok Valid Solution (Length = 68).
Test #9:
score: 0
Accepted
time: 1ms
memory: 3660kb
input:
5 5 01110 10110 11110 11011 11100 2 4 5 1
output:
DDDULUULRDDLDDRLLUUULRDDDRUURRUULLRDDRDDUURLDDURLULDDLLULRDDDUURDLLDRUUDDDRLULLDDLULRUDDLRUUDDRDDRLLUURRUURDDDRLUUULLRDDLDDRLUULUDDD
result:
ok Valid Solution (Length = 132).
Test #10:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
5 3 011 111 110 111 011 3 1 2 1
output:
UULDDDLUDRUUUULDURDRDDUULULDURUDDDLDUURDULRRLUDRUUDLDDDURUDLULUUDDRDRUDLUUUURDULDDDLUU
result:
ok Valid Solution (Length = 86).
Test #11:
score: 0
Accepted
time: 0ms
memory: 3648kb
input:
4 5 11111 11111 11111 11111 3 2 1 3
output:
RRUUULDDLUULDDDLUUUDDDRUUURDDRUURDDDLLUUULLDDDUUURDDUULDURRRRUDLUUDDRUUUDDDLLUUULLDDDRUURDDRUUURDDDUUULDDDLUULDDLUUURR
result:
ok Valid Solution (Length = 118).
Test #12:
score: 0
Accepted
time: 0ms
memory: 3656kb
input:
5 5 11111 10101 11111 10101 11111 2 5 1 1
output:
UUUULLDDDDRLLLUURLUURLDDDDRRUURLUURRDDDDUUUULLLLDDDDUUUURURDLDLURDLDLURRDLUDDULDRRULDLDRULDLDRURUUUUDDDDLLLLUUUUDDDDRRUULRUURRDDDDLRUULRUULLLRDDDDLLUUUU
result:
ok Valid Solution (Length = 152).
Test #13:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
4 5 11111 10000 11111 00001 1 3 4 5
output:
DRRRRDDLLLLRRRRUULLLLUDURRRRLLLLDDLUDRDRRRDLULLULDRRRDRDULDDLLLLRRRRUDULLLLUURRRRLLLLDDRRRRD
result:
ok Valid Solution (Length = 92).
Test #14:
score: 0
Accepted
time: 0ms
memory: 3604kb
input:
3 5 10100 00010 00111 1 3 1 1
output:
-1
result:
ok No Solution.
Test #15:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
4 5 10001 11111 11100 11111 4 5 3 1
output:
DDULUURLLDDLLDURRUULLRRRDDRUULLLLDRRLLDDRRDDLLRRDLLLLUURDDRRRLLUURRUDLLDDLLRUULUDD
result:
ok Valid Solution (Length = 82).
Test #16:
score: 0
Accepted
time: 0ms
memory: 3524kb
input:
3 5 11111 10100 11111 1 2 3 5
output:
RRDDRRUULRDDLLLLRRUULLDDRRRRDDLLUURRLLLLDDRLUURRDDRR
result:
ok Valid Solution (Length = 52).
Test #17:
score: -100
Wrong Answer
time: 1ms
memory: 3580kb
input:
4 5 01110 10101 11011 10111 1 3 2 3
output:
DRLLRULDLRRLDLURLLRD
result:
wrong answer (2,1) Not Visited