1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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": 843,
"dislikes": 121,
"likes": 879,
"dislikes": 131,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[1,2],[2,3],[3,4],[4,5],[5,6],[6,7]]\n[[1,1],[2,2],[3,4],[4,5],[5,6],[7,7]]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"109.8K\", \"totalSubmission\": \"261.2K\", \"totalAcceptedRaw\": 109823, \"totalSubmissionRaw\": 261226, \"acRate\": \"42.0%\"}",
"stats": "{\"totalAccepted\": \"113.2K\", \"totalSubmission\": \"270K\", \"totalAcceptedRaw\": 113219, \"totalSubmissionRaw\": 269995, \"acRate\": \"41.9%\"}",
"hints": [
"If there're only 2 points, return true.",
"Check if all other points lie on the line defined by the first 2 points.",