QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#585301#7417. Honorable MentionxiaruizeWA 2ms22376kbC++1412.8kb2024-09-23 20:12:552024-09-23 20:12:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 22376kb

input:

5 5
-1 2 -3 4 -5
1 5 1
1 5 2
1 5 3
1 5 4
1 5 5

output:

4
5
3
1
-3

result:

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