ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#103267 | #1011. 双倍查找 | OYRZ | 100 | 89ms | 1596kb | C++ | 444b | 2020-02-28 21:00:31 | 2020-02-28 21:00:33 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1208kb
input:
5 8 2 4 0 5
output:
3
result:
ok single line: '3'
Test #2:
score: 10
Accepted
time: 20ms
memory: 1596kb
input:
99999 13444 16799 8260 10284 340 12830 8918 2935 12220 4790 7467 6466 12538 564 14605 14502 1877 819...
output:
49621
result:
ok single line: '49621'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
99 84 28 51 104 70 64 186 163 7 181 21 16 147 53 132 197 115 76 54 88 172 17 88 43 110 13 193 47 186...
output:
18
result:
ok single line: '18'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1204kb
input:
100 108 114 123 164 104 15 153 129 102 124 29 131 41 66 13 45 190 103 67 179 0 23 164 164 22 175 48 ...
output:
18
result:
ok single line: '18'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
91 166 41 47 61 24 104 67 192 100 57 57 197 53 47 175 29 94 80 179 148 2 32 10 38 183 125 180 190 24...
output:
15
result:
ok single line: '15'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
100 178 157 22 4 138 135 170 141 183 88 62 47 81 143 174 163 32 114 27 110 140 78 171 62 90 98 74 12...
output:
25
result:
ok single line: '25'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
92 62 29 24 93 156 95 124 44 33 151 143 144 120 173 41 49 87 171 134 155 65 67 121 172 74 119 23 184...
output:
16
result:
ok single line: '16'
Test #8:
score: 10
Accepted
time: 25ms
memory: 1596kb
input:
99995 18661 2194 8088 11719 11543 19937 17920 11367 9778 19421 15953 9919 8693 4884 1717 10382 832 3...
output:
49614
result:
ok single line: '49614'
Test #9:
score: 10
Accepted
time: 24ms
memory: 1596kb
input:
99998 7321 1852 19363 158 17400 8173 14151 3984 5051 8634 7604 674 5927 17073 10018 12722 2780 5296 ...
output:
49748
result:
ok single line: '49748'
Test #10:
score: 10
Accepted
time: 20ms
memory: 1596kb
input:
100000 8369 1525 15219 8696 17217 14231 15922 15611 10588 15507 19212 2491 2373 9755 19599 6044 1809...
output:
49528
result:
ok single line: '49528'