mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2405,
|
||||
"dislikes": 259,
|
||||
"likes": 2502,
|
||||
"dislikes": 265,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Pascal's Triangle\", \"titleSlug\": \"pascals-triangle\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"similarQuestions": "[{\"title\": \"Pascal's Triangle\", \"titleSlug\": \"pascals-triangle\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Find Triangular Sum of an Array\", \"titleSlug\": \"find-triangular-sum-of-an-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "3\n0\n1",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"501.4K\", \"totalSubmission\": \"878K\", \"totalAcceptedRaw\": 501422, \"totalSubmissionRaw\": 878003, \"acRate\": \"57.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"512.5K\", \"totalSubmission\": \"892.6K\", \"totalAcceptedRaw\": 512479, \"totalSubmissionRaw\": 892573, \"acRate\": \"57.4%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "868",
|
||||
|
Reference in New Issue
Block a user