QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#352700#7616. Jump Graphucup-team1617WA 1ms3864kbC++202.9kb2024-03-13 15:26:112024-03-13 15:26:12

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3800kb

input:

6
1 6 3 2 5 4

output:

11 7 7 7 6 8

result:

ok single line: '11 7 7 7 6 8'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3740kb

input:

2
1 2

output:

1 1

result:

ok single line: '1 1'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 3864kb

input:

36
9 29 1 3 14 31 24 21 10 18 22 16 8 7 15 12 17 19 25 28 27 34 11 6 32 4 20 13 2 35 23 26 33 36 30 5

output:

83 80 81 81 82 68 71 73 73 73 67 68 67 67 66 68 68 71 71 73 86 65 87 87 83 86 84 84 84 65 94 94 95 73 105 105

result:

wrong answer 1st lines differ - expected: '92 89 90 90 91 78 73 71 71 71 ...110 107 136 136 137 136 168 168', found: '83 80 81 81 82 68 71 73 73 73 ...84 84 84 65 94 94 95 73 105 105'