mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"3.1K\", \"totalAcceptedRaw\": 1505, \"totalSubmissionRaw\": 3091, \"acRate\": \"48.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"3.2K\", \"totalAcceptedRaw\": 1544, \"totalSubmissionRaw\": 3197, \"acRate\": \"48.3%\"}",
|
||||
"hints": [
|
||||
"Convert the ip addresses to and from (long) integers. You want to know what is the most addresses you can put in this block starting from the \"start\" ip, up to n. It is the smallest between the lowest bit of start and the highest bit of n. Then, repeat this process with a new start and n."
|
||||
],
|
||||
|
Reference in New Issue
Block a user