1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."
],