1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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

@@ -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."
],