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

Function main

lcp55-PTXy4P.rs:11–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11fn main() {
12 let time = vec![2,3,2];
13 let fruits = vec![vec![0,2], vec![1,4], vec![2,1]];
14 let limit = 3;
15 println!("{:?}", Solution::get_minimum_time(time, fruits, limit));
16}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected