07 2021 档案

摘要:leetcode1945&1946 两道题都是字符串的修改。 leetcode上对字符串的考察非常多。 1945 impl Solution { pub fn get_lucky(s: String, k: i32) -> i32 { let mut t = String::new(); let m 阅读全文
posted @ 2021-07-26 19:27 iwwi 阅读(116) 评论(0) 推荐(0)