QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#603682#9252. Penguins in Refrigeratorucup-team4744WA 0ms54920kbC++206.1kb2024-10-01 18:18:492024-10-01 18:18:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 10
1 2 3 4 5
6 5 3 9 2

output:

3
-5 2 1 3 4 

result:

wrong answer 2nd lines differ - expected: '5 4 2 1 3', found: '-5 2 1 3 4 '