()
| 1 | fn 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 |
nothing calls this directly
no test coverage detected