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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."
],