mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 116,
|
||||
"dislikes": 463,
|
||||
"likes": 119,
|
||||
"dislikes": 483,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Number of Words Found in Sentences\", \"titleSlug\": \"maximum-number-of-words-found-in-sentences\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"cat and dog\"\n\"!this 1-s b8d!\"\n\"alice and bob are playing stone-game10\"",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"45.6K\", \"totalAcceptedRaw\": 13404, \"totalSubmissionRaw\": 45590, \"acRate\": \"29.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"47.9K\", \"totalAcceptedRaw\": 14078, \"totalSubmissionRaw\": 47925, \"acRate\": \"29.4%\"}",
|
||||
"hints": [
|
||||
"Iterate through the string to split it by spaces.",
|
||||
"Count the number of characters of each type (letters, numbers, hyphens, and punctuations)."
|
||||
|
Reference in New Issue
Block a user