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": "Medium",
|
||||
"likes": 67,
|
||||
"dislikes": 206,
|
||||
"likes": 68,
|
||||
"dislikes": 209,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[8,3]\n5\n6\n[10,9,6]\n6\n4\n[3,4,0,5,1]\n1\n92",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.6K\", \"totalSubmission\": \"21.8K\", \"totalAcceptedRaw\": 9587, \"totalSubmissionRaw\": 21813, \"acRate\": \"44.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.7K\", \"totalSubmission\": \"22K\", \"totalAcceptedRaw\": 9671, \"totalSubmissionRaw\": 22007, \"acRate\": \"43.9%\"}",
|
||||
"hints": [
|
||||
"Think simulation",
|
||||
"Note that the number of turns will never be more than 50 / 4 * n"
|
||||
|
Reference in New Issue
Block a user