mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.7K\", \"totalSubmission\": \"6.7K\", \"totalAcceptedRaw\": 4699, \"totalSubmissionRaw\": 6747, \"acRate\": \"69.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.7K\", \"totalSubmission\": \"6.8K\", \"totalAcceptedRaw\": 4710, \"totalSubmissionRaw\": 6758, \"acRate\": \"69.7%\"}",
|
||||
"hints": [
|
||||
"Note that the maximum possible XOR result is always 2^(maximumBit) - 1",
|
||||
"So the answer for a prefix is the XOR of that prefix XORed with 2^(maximumBit)-1"
|
||||
|
Reference in New Issue
Block a user