mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.3K\", \"totalSubmission\": \"35.1K\", \"totalAcceptedRaw\": 14300, \"totalSubmissionRaw\": 35133, \"acRate\": \"40.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.3K\", \"totalSubmission\": \"35.2K\", \"totalAcceptedRaw\": 14318, \"totalSubmissionRaw\": 35169, \"acRate\": \"40.7%\"}",
|
||||
"hints": [
|
||||
"Sort the access times in each person’s list.",
|
||||
"A person’s name should be in the answer list if there are <code>2</code> access times in his/her access time list (after sorting), where the index difference is at least <code>2</code> and the time difference is strictly less than <code>60</code> minutes."
|
||||
|
Reference in New Issue
Block a user