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": 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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user