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": "Hard",
"likes": 319,
"dislikes": 9,
"likes": 330,
"dislikes": 11,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Strange Printer\", \"titleSlug\": \"strange-printer\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,1,1,1],[1,2,2,1],[1,2,2,1],[1,1,1,1]]\n[[1,1,1,1],[1,1,3,3],[1,1,3,4],[5,5,1,4]]\n[[1,2,1],[2,1,2],[1,2,1]]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"5.8K\", \"totalSubmission\": \"10.2K\", \"totalAcceptedRaw\": 5765, \"totalSubmissionRaw\": 10216, \"acRate\": \"56.4%\"}",
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"10.5K\", \"totalAcceptedRaw\": 5965, \"totalSubmissionRaw\": 10507, \"acRate\": \"56.8%\"}",
"hints": [
"Try thinking in reverse. Given the grid, how can you tell if a colour was painted last?"
],