1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": 356,
"dislikes": 955,
"likes": 366,
"dislikes": 980,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"SubrectangleQueries\",\"getValue\",\"updateSubrectangle\",\"getValue\",\"getValue\",\"updateSubrectangle\",\"getValue\",\"getValue\"]\r\n[[[[1,2,1],[4,3,4],[3,2,1],[1,1,1]]],[0,2],[0,0,3,2,5],[0,2],[3,1],[3,0,3,2,10],[3,1],[0,2]]\r\n[\"SubrectangleQueries\",\"getValue\",\"updateSubrectangle\",\"getValue\",\"getValue\",\"updateSubrectangle\",\"getValue\"]\r\n[[[[1,1,1],[2,2,2],[3,3,3]]],[0,0],[0,0,2,2,100],[0,0],[2,2],[1,1,2,2,20],[2,2]]\r",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"68K\", \"totalSubmission\": \"77.1K\", \"totalAcceptedRaw\": 68003, \"totalSubmissionRaw\": 77113, \"acRate\": \"88.2%\"}",
"stats": "{\"totalAccepted\": \"69.3K\", \"totalSubmission\": \"78.6K\", \"totalAcceptedRaw\": 69331, \"totalSubmissionRaw\": 78629, \"acRate\": \"88.2%\"}",
"hints": [
"Use brute force to update a rectangle and, response to the queries in O(1)."
],