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

Function main

1701-average-waiting-time.rs:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16fn main() {
17 println!("{:?}", average_waiting_time(vec![vec![1,2], vec![2,5], vec![4,3]]));
18 println!("{:?}", average_waiting_time(vec![vec![5,2], vec![5,4], vec![10,3], vec![20,1]]));
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected