QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98910#4245. Equal MEXAdorableWA 2ms7824kbC++231.4kb2023-04-20 21:47:052023-04-20 21:47:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 7824kb

input:

4
6
0 0 0 1 1 1
5
0 1 0 1 0
4
0 0 0 0
3
3 3 3

output:

5 6 1
6 7 1
0 0 0 1 0 0 
0
3 3 1
4 5 1
5 5 1
0 1 1 0 2 
2
2 3 1
3 4 1
4 5 1
1 0 0 0 
0
1 2 1
2 3 1
3 4 1
0 0 0 
0

result:

wrong answer 1st numbers differ - expected: '1', found: '5'