QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#394544 | #7751. Palindrome Path | ZhangYiDe | WA | 0ms | 3608kb | C++17 | 3.3kb | 2024-04-20 15:58:37 | 2024-04-20 15:58:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3608kb
input:
2 2 11 11 1 1 2 2
output:
? 1 2 ? 3 4 ? 11 ? 1 2 ? 1 11 ! 1 2 1 ? 1 2 ? 3 4 ? 1 ? 2 3 ? 1 2 ! 1 2 1
result:
wrong answer Line [name=User Output] equals to "? 1 2 ", doesn't correspond to pattern "-1|[LRUD]{0,1000000}"