QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#48165#1375. TripTikZhaoZiLongWA 4ms96240kbC++178.6kb2022-09-12 06:55:242022-09-12 06:55:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 4ms
memory: 96240kb

input:

4 2
-2
-1
-3
2

output:

-1
1
3
2

result:

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