QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#375415#2833. HamiltonHiengonWA 1ms3920kbC++141022b2024-04-03 10:24:262024-04-03 10:24:26

詳細信息

Test #1:

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

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: -100
Wrong Answer
time: 0ms
memory: 3920kb

input:

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

output:

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

result:

wrong answer case #3: found 2 indices