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:
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": 1530,
"dislikes": 2883,
"likes": 1565,
"dislikes": 2930,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "1\n2\n2\n1\n4\n333",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"179.8K\", \"totalSubmission\": \"764.9K\", \"totalAcceptedRaw\": 179837, \"totalSubmissionRaw\": 764872, \"acRate\": \"23.5%\"}",
"stats": "{\"totalAccepted\": \"181.9K\", \"totalSubmission\": \"771.7K\", \"totalAcceptedRaw\": 181897, \"totalSubmissionRaw\": 771696, \"acRate\": \"23.6%\"}",
"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?",