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

Function main

1817-finding-the-users-active-minutes.rs:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15fn main() {
16 let logs: Vec<Vec<i32>> = vec![[0,5],[1,2],[0,2],[0,5],[1,3]].iter().map(|e|e.to_vec()).collect();
17 let k = 5;
18 println!("{:?}", finding_users_active_minutes(logs, k));
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected