File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
> 解释:如下图所示:
26
26
> 地点 ` 0,1,2 ` 各有一条通往地点 ` 3 ` 的交通专线,
27
27
> 且地点 ` 3 ` 不存在任何** 通往其他地点** 的交通专线。
28
- > ![ image.png ] ( https://fastly.jsdelivr.net/gh/doocs/leetcode@main/lcp/LCP%2062.%20%E4%BA%A4%E9%80%9A%E6%9E%A2%E7%BA%BD/images/1663902572-yOlUCr-image.png )
28
+ > < br >< img alt = " " src = " https://fastly.jsdelivr.net/gh/doocs/leetcode@main/lcp/LCP%2062.%20%E4%BA%A4%E9%80%9A%E6%9E%A2%E7%BA%BD/images/1663902572-yOlUCr-image.png " style = " width : 200 px ; " />
29
29
30
30
** 示例 2:**
31
31
34
34
> 输出:` -1 `
35
35
>
36
36
> 解释:如下图所示:不存在满足 ** 交通枢纽** 的地点。
37
- > ![ image.png ] ( https://fastly.jsdelivr.net/gh/doocs/leetcode@main/lcp/LCP%2062.%20%E4%BA%A4%E9%80%9A%E6%9E%A2%E7%BA%BD/images/1663902595-McsEkY-image.png )
37
+ > < br >< img alt = " " src = " https://fastly.jsdelivr.net/gh/doocs/leetcode@main/lcp/LCP%2062.%20%E4%BA%A4%E9%80%9A%E6%9E%A2%E7%BA%BD/images/1663902595-McsEkY-image.png " style = " width : 200 px ; " />
38
38
39
39
** 提示:**
40
40
You can’t perform that action at this time.
0 commit comments