mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user