mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 441,
|
||||
"dislikes": 15,
|
||||
"likes": 444,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Valid Words in a Sentence\", \"titleSlug\": \"number-of-valid-words-in-a-sentence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"alice and bob love leetcode\",\"i think so too\",\"this is great thanks very much\"]\n[\"please wait\",\"continue to fight\",\"continue to win\"]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"54.5K\", \"totalSubmission\": \"61.1K\", \"totalAcceptedRaw\": 54452, \"totalSubmissionRaw\": 61056, \"acRate\": \"89.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"55K\", \"totalSubmission\": \"61.7K\", \"totalAcceptedRaw\": 55019, \"totalSubmissionRaw\": 61710, \"acRate\": \"89.2%\"}",
|
||||
"hints": [
|
||||
"Process each sentence separately and count the number of words by looking for the number of space characters in the sentence and adding it by 1."
|
||||
],
|
||||
|
Reference in New Issue
Block a user