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-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": 313,
"dislikes": 284,
"likes": 320,
"dislikes": 289,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"alice is a good girl she is a good student\"\n\"a\"\n\"good\"\n\"we will we will rock you\"\n\"we\"\n\"will\"",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"50.5K\", \"totalSubmission\": \"78.6K\", \"totalAcceptedRaw\": 50502, \"totalSubmissionRaw\": 78588, \"acRate\": \"64.3%\"}",
"stats": "{\"totalAccepted\": \"51.4K\", \"totalSubmission\": \"80K\", \"totalAcceptedRaw\": 51377, \"totalSubmissionRaw\": 80000, \"acRate\": \"64.2%\"}",
"hints": [
"Split the string into words, then look at adjacent triples of words."
],