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

Function main

1029-two-city-scheduling.rs:8–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8fn main() {
9 let costs = vec![[10,20],[30,200],[400,50],[30,20]].iter().map(|e|e.to_vec()).collect();
10 println!("{:?}", two_city_sched_cost(costs));
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected