QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#394153 | #7751. Palindrome Path | jlgxy | TL | 1ms | 5656kb | C++17 | 3.2kb | 2024-04-20 08:56:00 | 2024-04-20 08:56:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 5656kb
input:
2 2 11 11 1 1 2 2
output:
RDLRULRDDRLURLDR
result:
ok Valid Solution (Length = 16).
Test #2:
score: 0
Accepted
time: 1ms
memory: 3620kb
input:
2 2 10 01 1 1 2 2
output:
-1
result:
ok No Solution.
Test #3:
score: -100
Time Limit Exceeded
input:
1 1 1 1 1 1 1