摘要: 简单点暴力解法 public static String st(String [] str){ // 合理性校验 if (str.length==0||str==null)return ""; // 最长前缀 随便找一个就行 for (int i = 0; i < str[0].length(); 阅读全文
posted @ 2021-09-27 15:00 OTeam 阅读(43) 评论(0) 推荐(0)