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

Function main

495-teemo-attacking.rs:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7fn main() {
8 let time_series = vec![1,4];
9 let duration = 2;
10 println!("{:?}", find_poisoned_duration(time_series, duration));
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected