QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#394510 | #7751. Palindrome Path | yoy68 | WA | 1ms | 3860kb | C++14 | 2.6kb | 2024-04-20 15:30:54 | 2024-04-20 15:30:55 |
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: 3848kb
input:
2 2 11 11 1 1 2 2
output:
DRDUDRLDUDRDUDLRDUDRD
result:
ok Valid Solution (Length = 21).
Test #2:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
2 2 10 01 1 1 2 2
output:
-1
result:
ok No Solution.
Test #3:
score: 0
Accepted
time: 1ms
memory: 3844kb
input:
1 1 1 1 1 1 1
output:
result:
ok Valid Solution (Length = 0).
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3860kb
input:
5 4 1111 1111 1111 1111 1111 4 2 4 2
output:
UDDLLRRDUDDUUDDDUUUDDDUUUULLLRRRUDUDDUDDUDDDUDDUUDDDUUUDDDUUUURLLRLLUDUDDRLLUDDUDDDUDDUUDDDUUUDDDUUUUUDUDDLRDDDUUUDDDUUUULLRRUDUDDUDDUDDRLLDUUDLLRDDUDDUDDUDURRLLUUUUDDDUUUDDDRLDDUDUUUUUDDDUUUDDDUUDDUDDDUDDULLRDDUDULLRLLRUUUUDDDUUUDDDUUDDUDDDUDDUDDUDURRRLLLUUUUDDDUUUDDDUUDDUDRRLLDDU
result:
wrong answer End Point Is (4,1), Not (er = 4, ec = 2)