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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 302,
"dislikes": 42,
"likes": 303,
"dislikes": 43,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "\"5023\"\n\"25??\"\n\"?3295???\"",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"13.3K\", \"totalAcceptedRaw\": 6216, \"totalSubmissionRaw\": 13294, \"acRate\": \"46.8%\"}",
"stats": "{\"totalAccepted\": \"6.2K\", \"totalSubmission\": \"13.3K\", \"totalAcceptedRaw\": 6222, \"totalSubmissionRaw\": 13316, \"acRate\": \"46.7%\"}",
"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?"