1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1614,
"dislikes": 2652,
"dislikes": 2653,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Flip Game II\", \"titleSlug\": \"flip-game-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "4\n1\n2",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"351.1K\", \"totalSubmission\": \"621.7K\", \"totalAcceptedRaw\": 351068, \"totalSubmissionRaw\": 621688, \"acRate\": \"56.5%\"}",
"stats": "{\"totalAccepted\": \"351.1K\", \"totalSubmission\": \"621.7K\", \"totalAcceptedRaw\": 351104, \"totalSubmissionRaw\": 621747, \"acRate\": \"56.5%\"}",
"hints": [
"If there are 5 stones in the heap, could you figure out a way to remove the stones such that you will always be the winner?"
],