1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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 persons list.",
"A persons 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."