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

Function main

1957-make_fancy_string.rs:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1fn main() {
2 let str = "aab".to_string();
3 let a = make_fancy_string(str);
4 println!("{:?}", a);
5}
6
7// 1957 https://leetcode-cn.com/problems/delete-characters-to-make-fancy-string/
8// leeetcode leetcode

Callers

nothing calls this directly

Calls 1

make_fancy_stringFunction · 0.85

Tested by

no test coverage detected