1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 444,
"dislikes": 16,
"likes": 498,
"dislikes": 18,
"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\": \"55K\", \"totalSubmission\": \"61.7K\", \"totalAcceptedRaw\": 55019, \"totalSubmissionRaw\": 61710, \"acRate\": \"89.2%\"}",
"stats": "{\"totalAccepted\": \"62.9K\", \"totalSubmission\": \"70.7K\", \"totalAcceptedRaw\": 62850, \"totalSubmissionRaw\": 70674, \"acRate\": \"88.9%\"}",
"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."
],