QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#641821#8546. Min or Max 2gg_gongWA 0ms20204kbC++203.9kb2024-10-15 00:32:422024-10-15 00:32:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
2
1 2
2 1
5
2 4 1 5 3
2 4 1 5 3
5
1 2 3 4 5
5 4 3 2 1
8
5 8 3 4 2 7 1 6
4 6 3 8 5 1 2 7

output:

2 0 
7 2 2 2 2 
9 9 9 9 7 
14 14 11 11 10 9 9 9 

result:

wrong answer 3rd numbers differ - expected: '5', found: '7'