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

Function main

506-relative-ranks.rs:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24fn main() {
25 let score = vec![5,4,3,2,1];
26 println!("{:?}", find_relative_ranks(score));
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected