QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#388029#4245. Equal MEXAdorableWA 0ms6652kbC++231.2kb2024-04-13 10:07:452024-04-13 10:07:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 6652kb

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:

0
2
0
0

result:

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