mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user