1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 26,
"likes": 27,
"dislikes": 73,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Restore IP Addresses\", \"titleSlug\": \"restore-ip-addresses\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Validate IP Address\", \"titleSlug\": \"validate-ip-address\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"13.7K\", \"totalSubmission\": \"24.9K\", \"totalAcceptedRaw\": 13699, \"totalSubmissionRaw\": 24879, \"acRate\": \"55.1%\"}",
"stats": "{\"totalAccepted\": \"13.7K\", \"totalSubmission\": \"24.9K\", \"totalAcceptedRaw\": 13718, \"totalSubmissionRaw\": 24914, \"acRate\": \"55.1%\"}",
"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."
],