QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#63244#5080. Folding StickHuangHanShengWA 69ms35260kbJava111.8kb2022-11-21 06:11:592022-11-21 06:12:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 60ms
memory: 35168kb

input:

4
3 2 2 3

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 69ms
memory: 35164kb

input:

5
1 1 1 1 1

output:

1

result:

ok single line: '1'

Test #3:

score: 0
Accepted
time: 65ms
memory: 35256kb

input:

7
1 3 2 3 4 2 2

output:

6

result:

ok single line: '6'

Test #4:

score: 0
Accepted
time: 38ms
memory: 35240kb

input:

9
5 6 3 4 8 8 2 2 5

output:

9

result:

ok single line: '9'

Test #5:

score: -100
Wrong Answer
time: 53ms
memory: 35260kb

input:

10
5 6 3 4 8 6 2 1 8 5

output:

16

result:

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