1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-12 10:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -4,7 +4,7 @@
<p>如果你可以在任何阻碍者抓住你 <strong>之前</strong> 到达目的地(阻碍者可以采取任意行动方式),则被视为逃脱成功。如果你和阻碍者 <strong>同时</strong> 到达了一个位置(包括目的地)&nbsp;<strong>都不算</strong>&nbsp;是逃脱成功。</p>
<p>只有在你有可能成功逃脱时,输出 <code>true</code> ;否则,输出 <code>false</code></p>
<p>如果不管阻碍者怎么移动都可以成功逃脱时,输出 <code>true</code> ;否则,输出 <code>false</code></p>
&nbsp;
<p><strong>示例 1</strong></p>