mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16K\", \"totalSubmission\": \"34.4K\", \"totalAcceptedRaw\": 16048, \"totalSubmissionRaw\": 34376, \"acRate\": \"46.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.1K\", \"totalSubmission\": \"34.4K\", \"totalAcceptedRaw\": 16053, \"totalSubmissionRaw\": 34381, \"acRate\": \"46.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