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": "Easy",
|
||||
"likes": 248,
|
||||
"dislikes": 31,
|
||||
"likes": 257,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"abc\",\"aabc\",\"bc\"]\n[\"ab\",\"a\"]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.2K\", \"totalSubmission\": \"35.3K\", \"totalAcceptedRaw\": 21218, \"totalSubmissionRaw\": 35343, \"acRate\": \"60.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.7K\", \"totalSubmission\": \"36.2K\", \"totalAcceptedRaw\": 21722, \"totalSubmissionRaw\": 36168, \"acRate\": \"60.1%\"}",
|
||||
"hints": [
|
||||
"Characters are independent—only the frequency of characters matters.",
|
||||
"It is possible to distribute characters if all characters can be divided equally among all strings."
|
||||
|
Reference in New Issue
Block a user