QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#188845#6632. Minimize Medianucup-team006#WA 0ms3632kbC++201.5kb2023-09-26 15:06:162023-09-26 15:06:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

2
3
1

result:

wrong answer 2nd numbers differ - expected: '2', found: '3'