QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#151115#5575. Knight's Tour ReduxwaifuSenpai #WA 1ms3496kbC++172.9kb2023-08-26 15:29:032023-08-26 15:29:07

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3496kb

input:

1

output:

POSSIBLE
1 1

result:

ok answer = 1

Test #2:

score: 0
Accepted
time: 0ms
memory: 3408kb

input:

2

output:

IMPOSSIBLE

result:

ok answer = 0

Test #3:

score: 0
Accepted
time: 1ms
memory: 3440kb

input:

3

output:

IMPOSSIBLE

result:

ok answer = 0

Test #4:

score: 0
Accepted
time: 0ms
memory: 3432kb

input:

4

output:

IMPOSSIBLE

result:

ok answer = 0

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3432kb

input:

5

output:

POSSIBLE
5
3 5
2 2
5 1
4 4
1 3

result:

wrong answer Invalid Jump from (5, 3) to (5, 2)