QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#422154#7616. Jump Graphucup-team3057#WA 0ms3872kbC++172.9kb2024-05-26 21:01:082024-05-26 21:01:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

input:

2
1 2

output:

1 1 

result:

ok single line: '1 1 '

Test #3:

score: 0
Accepted
time: 0ms
memory: 3632kb

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:

92 89 90 90 91 78 73 71 71 71 65 65 64 64 63 65 65 70 74 85 95 91 111 111 109 111 110 110 110 107 136 136 137 136 168 168 

result:

ok single line: '92 89 90 90 91 78 73 71 71 71 ...10 107 136 136 137 136 168 168 '

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3872kb

input:

63
30 17 34 8 29 57 2 62 35 27 24 22 54 53 60 37 31 19 1 5 20 14 3 36 38 40 56 39 50 32 51 9 15 52 55 45 63 41 6 47 23 7 33 10 26 61 16 58 43 42 44 48 28 12 49 11 59 4 21 25 46 13 18

output:

224 224 222 236 236 236 241 223 233 232 231 231 230 234 215 212 208 206 206 206 206 208 208 208 215 224 222 223 222 223 221 223 223 224 227 229 199 238 238 234 235 235 233 235 235 215 222 215 215 215 215 216 217 217 216 219 213 222 222 223 210 211 211 

result:

wrong answer 1st lines differ - expected: '204 204 202 204 204 204 209 19...187 181 190 190 191 190 191 191', found: '224 224 222 236 236 236 241 22...19 213 222 222 223 210 211 211 '