mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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?",
|
||||
|
Reference in New Issue
Block a user