1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21: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

@@ -59,7 +59,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"58.2K\", \"totalSubmission\": \"97.9K\", \"totalAcceptedRaw\": 58187, \"totalSubmissionRaw\": 97929, \"acRate\": \"59.4%\"}",
"stats": "{\"totalAccepted\": \"58.2K\", \"totalSubmission\": \"98K\", \"totalAcceptedRaw\": 58227, \"totalSubmissionRaw\": 97997, \"acRate\": \"59.4%\"}",
"hints": [
"Try to get all the mangerIDs that have count bigger than 5",
"Use the last hint's result as a table and do join with origin table at id equals to managerId",