1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 303,
"dislikes": 43,
"likes": 313,
"dislikes": 45,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"5023\"\n\"25??\"\n\"?3295???\"",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"13.3K\", \"totalAcceptedRaw\": 6222, \"totalSubmissionRaw\": 13316, \"acRate\": \"46.7%\"}",
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"13.8K\", \"totalAcceptedRaw\": 6541, \"totalSubmissionRaw\": 13827, \"acRate\": \"47.3%\"}",
"hints": [
"Bob can always make the total sum of both sides equal in mod 9.",
"Why does the difference between the number of question marks on the left and right side matter?"