QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#627239#9252. Penguins in Refrigeratorucup-team4744WA 14ms61140kbC++204.4kb2024-10-10 15:16:502024-10-10 15:16:52

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 14ms
memory: 36388kb

input:

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

output:

3
5 4 2 1 3

result:

ok 2 lines

Test #2:

score: 0
Accepted
time: 14ms
memory: 38472kb

input:

5 10
1 2 3 4 5
2 4 3 3 8

output:

30
1 5 2 3 4

result:

ok 2 lines

Test #3:

score: 0
Accepted
time: 7ms
memory: 61140kb

input:

5 10
1 2 3 4 5
2 3 4 5 1

output:

120
1 2 3 4 5

result:

ok 2 lines

Test #4:

score: -100
Wrong Answer
time: 4ms
memory: 59172kb

input:

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

output:

40
1 2 3 5 4

result:

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