mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 281,
|
||||
"dislikes": 23,
|
||||
"likes": 297,
|
||||
"dislikes": 24,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[2,5,3],[1,8,4],[1,7,5]]\n[2,7,5]\n[[3,4,5],[4,5,6]]\n[3,2,5]\n[[2,5,3],[2,3,4],[1,2,5],[5,2,3]]\n[5,5,5]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"21.4K\", \"totalAcceptedRaw\": 13013, \"totalSubmissionRaw\": 21361, \"acRate\": \"60.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.5K\", \"totalSubmission\": \"22.1K\", \"totalAcceptedRaw\": 13512, \"totalSubmissionRaw\": 22071, \"acRate\": \"61.2%\"}",
|
||||
"hints": [
|
||||
"Which triplets do you actually care about?",
|
||||
"What property of max can you use to solve the problem?"
|
||||
|
Reference in New Issue
Block a user