QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#83243 | #5575. Knight's Tour Redux | larryzhong # | WA | 3ms | 3436kb | C++17 | 1.0kb | 2023-03-01 09:04:48 | 2023-03-01 09:07:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3432kb
input:
1
output:
POSSIBLE 1 1
result:
ok answer = 1
Test #2:
score: 0
Accepted
time: 3ms
memory: 3436kb
input:
2
output:
IMPOSSIBLE
result:
ok answer = 0
Test #3:
score: 0
Accepted
time: 2ms
memory: 3412kb
input:
3
output:
IMPOSSIBLE
result:
ok answer = 0
Test #4:
score: 0
Accepted
time: 2ms
memory: 3388kb
input:
4
output:
IMPOSSIBLE
result:
ok answer = 0
Test #5:
score: -100
Wrong Answer
time: 2ms
memory: 3348kb
input:
5
output:
POSSIBLE 1 1 2 4 5 3 5 5 4 2
result:
wrong answer Invalid Jump from (5, 3) to (5, 5)