摘要: 我的代码:(4ms) 改正之后的代码:先找出一个最短的。 class Solution { public: string longestCommonPrefix(vector<string>& strs) { string res=""; if(strs.empty()){ return res; 阅读全文
posted @ 2018-04-20 08:41 苛性氢 阅读(110) 评论(0) 推荐(0) 编辑