mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 167,
|
||||
"dislikes": 225,
|
||||
"likes": 170,
|
||||
"dislikes": 229,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[40,10],[30,20]]\n1\n[[1,2,3,4],[5,6,7,8],[9,10,11,12],[13,14,15,16]]\n2",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9K\", \"totalSubmission\": \"19.3K\", \"totalAcceptedRaw\": 9020, \"totalSubmissionRaw\": 19337, \"acRate\": \"46.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"19.8K\", \"totalAcceptedRaw\": 9334, \"totalSubmissionRaw\": 19846, \"acRate\": \"47.0%\"}",
|
||||
"hints": [
|
||||
"First, you need to consider each layer separately as an array.",
|
||||
"Just cycle this array and then re-assign it."
|
||||
|
Reference in New Issue
Block a user