mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 309,
|
||||
"likes": 310,
|
||||
"dislikes": 23,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 10080, \"totalSubmissionRaw\": 22595, \"acRate\": \"44.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 10101, \"totalSubmissionRaw\": 22620, \"acRate\": \"44.7%\"}",
|
||||
"hints": [
|
||||
"How to build the graph of the cities?",
|
||||
"Connect city i with all its multiples 2*i, 3*i, ...",
|
||||
|
Reference in New Issue
Block a user