MCPcopy Create free account
hub / github.com/StudyRust/leetcode_rust / main

Function main

1829-maximum-xor-for-each-query.rs:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14fn main() {
15 let nums = vec![2,3,4,7];
16 let maximum_bit = 3;
17 println!("{:?}", get_maximum_xor(nums, maximum_bit));
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected