mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 58,
|
||||
"dislikes": 198,
|
||||
"dislikes": 199,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[1,2,5],[2,1,7],[3,1,9]]\n2\n[[23,11,21]]\n9\n[[1,2,13],[2,1,7],[0,1,9]]\n2",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.3K\", \"totalSubmission\": \"17K\", \"totalAcceptedRaw\": 6304, \"totalSubmissionRaw\": 17020, \"acRate\": \"37.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.3K\", \"totalSubmission\": \"17K\", \"totalAcceptedRaw\": 6317, \"totalSubmissionRaw\": 17045, \"acRate\": \"37.1%\"}",
|
||||
"hints": [
|
||||
"The constraints are small enough to consider every possible coordinate and calculate its quality."
|
||||
],
|
||||
|
Reference in New Issue
Block a user