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": "Easy",
|
||||
"likes": 409,
|
||||
"dislikes": 854,
|
||||
"likes": 421,
|
||||
"dislikes": 867,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Special Quadruplets\", \"titleSlug\": \"count-special-quadruplets\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[3,0,1,1,9,7]\n7\n2\n3\n[1,1,2,2,3]\n0\n0\n1",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"72.7K\", \"totalSubmission\": \"90.2K\", \"totalAcceptedRaw\": 72650, \"totalSubmissionRaw\": 90204, \"acRate\": \"80.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"74.1K\", \"totalSubmission\": \"91.9K\", \"totalAcceptedRaw\": 74058, \"totalSubmissionRaw\": 91884, \"acRate\": \"80.6%\"}",
|
||||
"hints": [
|
||||
"Notice that the constraints are small enough for a brute force solution to pass.",
|
||||
"Loop through all triplets, and count the ones that are good."
|
||||
|
Reference in New Issue
Block a user