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": "Medium",
"likes": 420,
"dislikes": 87,
"likes": 432,
"dislikes": 88,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"HOW ARE YOU\"\n\"TO BE OR NOT TO BE\"\n\"CONTEST IS COMING\"",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"43K\", \"totalAcceptedRaw\": 25615, \"totalSubmissionRaw\": 42973, \"acRate\": \"59.6%\"}",
"stats": "{\"totalAccepted\": \"26K\", \"totalSubmission\": \"43.6K\", \"totalAcceptedRaw\": 25980, \"totalSubmissionRaw\": 43570, \"acRate\": \"59.6%\"}",
"hints": [
"Use the maximum length of words to determine the length of the returned answer. However, don't forget to remove trailing spaces."
],