mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 206,
|
||||
"likes": 211,
|
||||
"dislikes": 9,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Dice Rolls With Target Sum\", \"titleSlug\": \"number-of-dice-rolls-with-target-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Dice Roll Simulation\", \"titleSlug\": \"dice-roll-simulation\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.6K\", \"totalSubmission\": \"30.2K\", \"totalAcceptedRaw\": 12588, \"totalSubmissionRaw\": 30156, \"acRate\": \"41.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"31K\", \"totalAcceptedRaw\": 13042, \"totalSubmissionRaw\": 30993, \"acRate\": \"42.1%\"}",
|
||||
"hints": [
|
||||
"What should the sum of the n rolls be?",
|
||||
"Could you generate an array of size n such that each element is between 1 and 6?"
|
||||
|
Reference in New Issue
Block a user