QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#250499#6632. Minimize MedianZhangYiDeWA 1ms5540kbC++23846b2023-11-13 11:15:322023-11-13 11:15:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 5540kb

input:

3
3 5 0
2 5 2
3 2 4 6 13
3 5 3
2 5 3
3 2 4 6 13
3 5 6
2 5 2
3 2 4 6 13

output:

1
1
-1

result:

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