摘要: #include #include #include using namespace std; int main() { string s1,s2; int i,len1,len2,max; while(cin>>s1>>s2) { len1=s1.length(); len2=s2.length(); maxle... 阅读全文
posted @ 2017-08-25 17:02 home普通的人 阅读(288) 评论(0) 推荐(0)
摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or 阅读全文
posted @ 2017-08-25 16:36 home普通的人 阅读(167) 评论(0) 推荐(0)