摘要: 不知道为什么测试用例idea能通过,leecode通过不了,烦 class Solution { public String longestCommonPrefix(String[] strs) { if(strs.length==0||strs[0].toString()=="") { retur 阅读全文
posted @ 2021-12-30 14:59 myyssfb 阅读(33) 评论(0) 推荐(0)