QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#103555#2833. HamiltonZhangYiDeRE 2ms3420kbC++204.5kb2023-05-06 16:46:392023-05-06 16:46:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3420kb

input:

3
001
000
100
4
0000
0000
0000
0000

output:

1 2 3 
2 1 3 4 

result:

ok 2 cases.

Test #2:

score: -100
Runtime Error

input:

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

output:


result: