1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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": "Medium",
"likes": 8783,
"dislikes": 387,
"likes": 9124,
"dislikes": 401,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Binary Tree Longest Consecutive Sequence\", \"titleSlug\": \"binary-tree-longest-consecutive-sequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Three Consecutive Integers That Sum to a Given Number\", \"titleSlug\": \"find-three-consecutive-integers-that-sum-to-a-given-number\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[100,4,200,1,3,2]\n[0,3,7,2,5,8,4,6,0,1]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"627K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 627011, \"totalSubmissionRaw\": 1290274, \"acRate\": \"48.6%\"}",
"stats": "{\"totalAccepted\": \"649.4K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 649372, \"totalSubmissionRaw\": 1334154, \"acRate\": \"48.7%\"}",
"hints": [],
"solution": {
"id": "280",