QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#393427 | #7751. Palindrome Path | dXqwq | WA | 1ms | 3976kb | C++23 | 1.9kb | 2024-04-18 16:30:07 | 2024-04-18 16:30:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3712kb
input:
2 2 11 11 1 1 2 2
output:
DRULLURD
result:
ok Valid Solution (Length = 8).
Test #2:
score: 0
Accepted
time: 0ms
memory: 3752kb
input:
2 2 10 01 1 1 2 2
output:
-1
result:
ok No Solution.
Test #3:
score: 0
Accepted
time: 0ms
memory: 3976kb
input:
1 1 1 1 1 1 1
output:
result:
ok Valid Solution (Length = 0).
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3948kb
input:
5 4 1111 1111 1111 1111 1111 4 2 4 2
output:
DDDRUUUULLLLUUUURDDD
result:
wrong answer (1,4) Not Visited