QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#113797#5575. Knight's Tour Reduxlpf #WA 1ms3792kbC++141.3kb2023-06-19 13:47:502023-06-19 13:47:51

詳細信息

Test #1:

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

input:

1

output:

POSSIBLE
1 1

result:

ok answer = 1

Test #2:

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

input:

2

output:

IMPOSSIBLE

result:

ok answer = 0

Test #3:

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

input:

3

output:

IMPOSSIBLE

result:

ok answer = 0

Test #4:

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

input:

4

output:

IMPOSSIBLE

result:

ok answer = 0

Test #5:

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

input:

5

output:

POSSIBLE
1 3
4 2
5 5
2 4
3 1

result:

ok answer = 1

Test #6:

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

input:

6

output:

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

result:

ok answer = 1

Test #7:

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

input:

7

output:

POSSIBLE
1 1
2 4
3 7
6 6
7 3
4 2
5 5

result:

ok answer = 1

Test #8:

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

input:

8

output:

POSSIBLE
1 1
2 4
3 7
6 8
5 5
4 2
7 3
8 6

result:

ok answer = 1

Test #9:

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

input:

9

output:

POSSIBLE
1 1
2 4
3 7
6 8
5 5
4 2
7 3
8 6
9 9

result:

ok answer = 1

Test #10:

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

input:

10

output:

POSSIBLE
1 1
2 4
3 7
4 10
7 9
6 6
5 3
8 2
9 5
10 8

result:

ok answer = 1

Test #11:

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

input:

11

output:

POSSIBLE
1 1
2 4
3 7
4 10
7 9
6 6
5 3
8 2
9 5
10 8
11 11

result:

ok answer = 1

Test #12:

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

input:

12

output:

POSSIBLE
1 1
2 4
5 3
8 2
9 5
12 6
11 9
10 12
7 11
4 10
3 7
6 8

result:

ok answer = 1

Test #13:

score: -100
Wrong Answer
time: 1ms
memory: 3660kb

input:

13

output:

POSSIBLE
1 1
4 2
7 3
8 6
5 5
2 4
3 7
6 8
1 3
4 2
5 5
2 4
3 1

result:

wrong answer Invalid Jump from (6, 8) to (1, 3)