QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#787032#9252. Penguins in Refrigeratorrotcar08WA 3ms20256kbC++173.1kb2024-11-27 08:54:462024-11-27 08:54:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 20196kb

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: 0ms
memory: 20256kb

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: 3ms
memory: 20168kb

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: 0ms
memory: 20200kb

input:

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

output:

10
1 2 3 5 4 

result:

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