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

Function main

1640-check-array-formation-through-concatenation.rs:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25fn main() {
26 let arr = vec![91, 4, 64, 78];
27 let pieces = vec![vec![78],vec![4, 64],vec![91]];
28 println!("{:?}", can_form_array(arr, pieces));
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected