mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1932,
|
||||
"dislikes": 102,
|
||||
"likes": 2235,
|
||||
"dislikes": 123,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,1,0,0,0],[1,1,1,1,0],[1,0,0,0,0],[1,1,0,0,0],[1,1,1,1,1]]\n3\n[[1,0,0,0],[1,1,1,1],[1,0,0,0],[1,0,0,0]]\n2",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"127.3K\", \"totalSubmission\": \"172.8K\", \"totalAcceptedRaw\": 127348, \"totalSubmissionRaw\": 172778, \"acRate\": \"73.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"148.4K\", \"totalSubmission\": \"199.2K\", \"totalAcceptedRaw\": 148430, \"totalSubmissionRaw\": 199250, \"acRate\": \"74.5%\"}",
|
||||
"hints": [
|
||||
"Sort the matrix row indexes by the number of soldiers and then row indexes."
|
||||
],
|
||||
|
Reference in New Issue
Block a user