QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#292756#1375. TripTiklmq26052003WA 11ms401876kbC++174.0kb2023-12-28 12:43:552023-12-28 12:43:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 11ms
memory: 401876kb

input:

4 2
-2
-1
-3
2

output:

-1
1
3
2

result:

wrong answer 1st lines differ - expected: '3', found: '-1'