mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 17:35:14 +08:00
update
This commit is contained in:
@@ -83,8 +83,8 @@ undergroundSystem.getAverageTime("Leyton", "Paradise"); // 返回 6.66667 ,(5
|
||||
|
||||
<ul>
|
||||
<li><code>1 <= id, t <= 10<sup>6</sup></code></li>
|
||||
<li><code>1 <= stationName.length, startStation.length, endStation.length <= 10</code> 次</li>
|
||||
<li><code>1 <= stationName.length, startStation.length, endStation.length <= 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> 次</li>
|
||||
<li>与标准答案误差在 <code>10<sup>-5</sup></code> 以内的结果都被视为正确结果</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user