QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#113798 | #5575. Knight's Tour Redux | lpf # | WA | 1ms | 3740kb | C++14 | 1.3kb | 2023-06-19 13:48:26 | 2023-06-19 13:48:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3368kb
input:
1
output:
POSSIBLE 1 1
result:
ok answer = 1
Test #2:
score: 0
Accepted
time: 1ms
memory: 3592kb
input:
2
output:
IMPOSSIBLE
result:
ok answer = 0
Test #3:
score: 0
Accepted
time: 1ms
memory: 3592kb
input:
3
output:
IMPOSSIBLE
result:
ok answer = 0
Test #4:
score: 0
Accepted
time: 1ms
memory: 3356kb
input:
4
output:
IMPOSSIBLE
result:
ok answer = 0
Test #5:
score: 0
Accepted
time: 1ms
memory: 3660kb
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: 3552kb
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: 3604kb
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: 3612kb
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: 3612kb
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: 3740kb
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: 3612kb
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: 3740kb
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: 3564kb
input:
13
output:
POSSIBLE 1 1 4 2 7 3 8 6 5 5 2 4 3 7 6 8 9 11 12 10 13 13 10 12 11 9
result:
wrong answer Invalid Jump from (6, 8) to (9, 11)