Description
Write a function to find the longest common prefix string amongst an array of strings.
Solution
求一个字符串数组的最长前缀子串,easy级别,暴力
Write a function to find the longest common prefix string amongst an array of strings.
求一个字符串数组的最长前缀子串,easy级别,暴力