|
17 | 17 | <p><strong class="example">示例 1:</strong></p>
|
18 | 18 |
|
19 | 19 | <pre>
|
20 | | -<strong>输入<code>:</code></strong><code>citations = [0,1,3,5,6]</code> |
| 20 | +<strong>输入:</strong>citations = [0,1,3,5,6] |
21 | 21 | <strong>输出:</strong>3
|
22 | | -<strong>解释:</strong>给定数组表示研究者总共有 <code>5</code> 篇论文,每篇论文相应的被引用了 0<code>, 1, 3, 5, 6</code> 次。 |
23 | | - 由于研究者有 <code>3 </code>篇论文每篇<strong> 至少 </strong>被引用了 <code>3</code> 次,其余两篇论文每篇被引用<strong> 不多于</strong> <code>3</code> 次,所以她的<em> h </em>指数是 <code>3</code> 。</pre> |
| 22 | +<strong>解释:</strong>给定数组表示研究者总共有 5 篇论文,每篇论文相应的被引用了 0, 1, 3, 5, 6 次。 |
| 23 | + 由于研究者有 3 篇论文每篇<strong> 至少 </strong>被引用了 3 次,其余两篇论文每篇被引用<strong> 不多于</strong> 3 次,所以她的<em> h </em>指数是 3 。</pre> |
24 | 24 |
|
25 | 25 | <p><strong class="example">示例 2:</strong></p>
|
26 | 26 |
|
|
0 commit comments