QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#421390#2833. Hamiltonlegenc6yWA 0ms3892kbC++141.3kb2024-05-25 17:42:012024-05-25 17:42:03

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3884kb

input:

3
001
000
100
4
0000
0000
0000
0000

output:

1 3 2 
1 4 3 2 

result:

ok 2 cases.

Test #2:

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

input:

3
000
000
000
3
010
100
000
3
011
100
100
3
011
101
110

output:

1 3 2 
2 1 3 
2 1 3 
1 3 2 

result:

ok 4 cases.

Test #3:

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

input:

4
0000
0000
0000
0000
4
0000
0001
0000
0100
4
0100
1010
0100
0000
4
0111
1000
1000
1000
4
0010
0011
1101
0110
4
0111
1011
1100
1100
4
0111
1011
1101
1110
4
0000
0011
0101
0110
4
0101
1010
0100
1000
4
0011
0011
1100
1100
4
0010
0001
1000
0100

output:

1 4 3 2 
1 4 3 2 
3 2 1 4 
2 1 3 4 
1 3 2 4 
3 2 1 4 
1 4 3 2 
3 4 2 1 
3 2 1 4 
3 2 1 4 
2 4 1 3 

result:

wrong answer case #10: found 3 indices