mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user