1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 124,
"dislikes": 331,
"likes": 125,
"dislikes": 344,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Count Fertile Pyramids in a Land\", \"titleSlug\": \"count-fertile-pyramids-in-a-land\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[[3,4,5,1,3],[3,3,4,2,3],[20,30,200,40,10],[1,5,5,4,1],[4,3,2,2,5]]\n[[1,2,3],[4,5,6],[7,8,9]]\n[[7,7,7]]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"8.8K\", \"totalSubmission\": \"19.5K\", \"totalAcceptedRaw\": 8762, \"totalSubmissionRaw\": 19492, \"acRate\": \"45.0%\"}",
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"20.1K\", \"totalAcceptedRaw\": 9040, \"totalSubmissionRaw\": 20102, \"acRate\": \"45.0%\"}",
"hints": [
"You need to maintain only the biggest 3 distinct sums",
"The limits are small enough for you to iterate over all rhombus sizes then iterate over all possible borders to get the sums"