1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1675,
"likes": 1676,
"dislikes": 230,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Count Distinct Numbers on Board\", \"titleSlug\": \"count-distinct-numbers-on-board\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -125,7 +125,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"214.1K\", \"totalSubmission\": \"249.4K\", \"totalAcceptedRaw\": 214089, \"totalSubmissionRaw\": 249369, \"acRate\": \"85.9%\"}",
"stats": "{\"totalAccepted\": \"214.2K\", \"totalSubmission\": \"249.6K\", \"totalAcceptedRaw\": 214241, \"totalSubmissionRaw\": 249568, \"acRate\": \"85.8%\"}",
"hints": [
"Simulate the tournament as given in the statement.",
"Be careful when handling odd integers."