mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 133,
|
||||
"dislikes": 10,
|
||||
"dislikes": 11,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Arithmetic Triplets\", \"titleSlug\": \"number-of-arithmetic-triplets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Minimum Sum of Mountain Triplets I\", \"titleSlug\": \"minimum-sum-of-mountain-triplets-i\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[12,6,1,2,7]\n[1,10,3,4,19]\n[1,2,3]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.2K\", \"totalSubmission\": \"70.4K\", \"totalAcceptedRaw\": 31211, \"totalSubmissionRaw\": 70363, \"acRate\": \"44.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.2K\", \"totalSubmission\": \"70.4K\", \"totalAcceptedRaw\": 31250, \"totalSubmissionRaw\": 70423, \"acRate\": \"44.4%\"}",
|
||||
"hints": [
|
||||
"Use three nested loops to find all the triplets."
|
||||
],
|
||||
|
Reference in New Issue
Block a user