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

Function main

2460-apply-operations-to-an-array.rs:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19fn main() {
20 println!("{:?}", apply_operations(vec![1, 2, 2, 1, 1, 0]));
21 println!("{:?}", apply_operations(vec![847,847,0,0,0,399,416,416,879,879,206,206,206,272]));
22 println!("{:?}", apply_operations(vec![0, 1]));
23
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected