Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StudyRust/leetcode_rust
/ main
Function
main
1995-count-special-quadruplets.rs:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
fn main() {
18
let nums = vec![1,1,1,3,5];
19
println!(
"{:?}"
, count_quadruplets(nums));
20
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected