摘要: class Solution { public List<String> findMissingRanges(int[] nums, int lower, int upper) { List<String> ans = new ArrayList<String>(); String tp = ""; 阅读全文
posted @ 2022-10-08 23:25 小草今天又在摸鱼吗 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * The read4 API is defined in the parent class Reader4. 3 * int read4(char[] buf4); 4 */ 5 6 public class Solution extends Reader4 { 7 /** 8 * 阅读全文
posted @ 2022-10-08 22:59 小草今天又在摸鱼吗 阅读(26) 评论(0) 推荐(0) 编辑