QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#252370#6632. Minimize Medianucup-team959WA 9ms17020kbC++232.4kb2023-11-15 18:53:282023-11-15 18:53:29

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 9ms
memory: 17020kb

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 2 4 4 6 
2
2 2 4 4 6 
2
2 2 4 4 6 
1

result:

wrong answer 3rd numbers differ - expected: '1', found: '4'