1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 347,
"dislikes": 33,
"likes": 356,
"dislikes": 34,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Design Underground System\", \"titleSlug\": \"design-underground-system\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"Bitset\",\"fix\",\"fix\",\"flip\",\"all\",\"unfix\",\"flip\",\"one\",\"unfix\",\"count\",\"toString\"]\n[[5],[3],[1],[],[],[0],[],[],[0],[],[]]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"43.6K\", \"totalAcceptedRaw\": 12655, \"totalSubmissionRaw\": 43644, \"acRate\": \"29.0%\"}",
"stats": "{\"totalAccepted\": \"13.2K\", \"totalSubmission\": \"45K\", \"totalAcceptedRaw\": 13200, \"totalSubmissionRaw\": 44950, \"acRate\": \"29.4%\"}",
"hints": [
"Note that flipping a bit twice does nothing.",
"In order to determine the value of a bit, consider how you can efficiently count the number of flips made on the bit since its latest update."