1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1530,
"dislikes": 2881,
"dislikes": 2883,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "1\n2\n2\n1\n4\n333",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"179.6K\", \"totalSubmission\": \"764.3K\", \"totalAcceptedRaw\": 179641, \"totalSubmissionRaw\": 764324, \"acRate\": \"23.5%\"}",
"stats": "{\"totalAccepted\": \"179.8K\", \"totalSubmission\": \"764.9K\", \"totalAcceptedRaw\": 179837, \"totalSubmissionRaw\": 764872, \"acRate\": \"23.5%\"}",
"hints": [
"No scary math, just apply elementary math knowledge. Still remember how to perform a <i>long division</i>?",
"Try a long division on 4/9, the repeating part is obvious. Now try 4/333. Do you see a pattern?",