1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-13 17:35:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2025-09-29 14:43:44 +08:00
parent 2862a227c4
commit 13f2098086
4409 changed files with 168933 additions and 166256 deletions

View File

@@ -83,8 +83,8 @@ undergroundSystem.getAverageTime("Leyton", "Paradise"); // 返回 6.66667 (5
<ul>
<li><code>1 &lt;= id, t &lt;= 10<sup>6</sup></code></li>
<li><code>1 &lt;= stationName.length, startStation.length, endStation.length &lt;= 10</code></li>
<li><code>1 &lt;= stationName.length, startStation.length, endStation.length &lt;= 10</code></li>
<li>所有字符串由大小写英文字母与数字组成</li>
<li>总共最多调用 <code>checkIn</code><code>checkOut</code><code>getAverageTime</code> 方法 <code>2 * 10<sup>4 </sup></code></li>
<li>总共最多调用 <code>checkIn</code><code>checkOut</code><code>getAverageTime</code> 方法 <code>2 * 10<sup>4</sup></code>&nbsp;</li>
<li>与标准答案误差在 <code>10<sup>-5</sup></code> 以内的结果都被视为正确结果</li>
</ul>