mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<p><strong>Note:</strong> All the given times follow the 24-hour clock. That means the first round of the day starts at <code>00:00</code> and the last round of the day starts at <code>23:45</code>.</p>
|
||||
|
||||
<p> </p>
|
||||
<p><strong>Example 1:</strong></p>
|
||||
<p><strong class="example">Example 1:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> loginTime = "09:31", logoutTime = "10:14"
|
||||
@@ -28,7 +28,7 @@ You did not play the full round from 09:30 to 09:45 because you logged in at 09:
|
||||
You did not play the full round from 10:00 to 10:15 because you logged out at 10:14 before it ended.
|
||||
</pre>
|
||||
|
||||
<p><strong>Example 2:</strong></p>
|
||||
<p><strong class="example">Example 2:</strong></p>
|
||||
|
||||
<pre>
|
||||
<strong>Input:</strong> loginTime = "21:30", logoutTime = "03:00"
|
||||
|
Reference in New Issue
Block a user