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:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 2528,
"likes": 2529,
"dislikes": 271,
"isLiked": null,
"similarQuestions": "[]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"245.9K\", \"totalSubmission\": \"620.3K\", \"totalAcceptedRaw\": 245927, \"totalSubmissionRaw\": 620251, \"acRate\": \"39.6%\"}",
"stats": "{\"totalAccepted\": \"245.9K\", \"totalSubmission\": \"620.3K\", \"totalAcceptedRaw\": 245943, \"totalSubmissionRaw\": 620314, \"acRate\": \"39.6%\"}",
"hints": [
"If there're only 2 points, return true.",
"Check if all other points lie on the line defined by the first 2 points.",