1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11: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": 176,
"dislikes": 48,
"dislikes": 49,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Fizz Buzz\", \"titleSlug\": \"fizz-buzz\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Find Winner on a Tic Tac Toe Game\", \"titleSlug\": \"find-winner-on-a-tic-tac-toe-game\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Best Poker Hand\", \"titleSlug\": \"best-poker-hand\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "1000\n35\n700\n300\n200\n50\n800\n50",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"28.4K\", \"totalSubmission\": \"81.9K\", \"totalAcceptedRaw\": 28429, \"totalSubmissionRaw\": 81947, \"acRate\": \"34.7%\"}",
"stats": "{\"totalAccepted\": \"28.4K\", \"totalSubmission\": \"82K\", \"totalAcceptedRaw\": 28448, \"totalSubmissionRaw\": 82003, \"acRate\": \"34.7%\"}",
"hints": [
"Use conditional statements to find the right category of the box."
],