From 654ae8766831f7c54174f8932a918f71327c06bb Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Wed, 6 Sep 2023 15:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20test.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/solution/test.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solution/test.java b/src/solution/test.java index 29539f2..153d551 100644 --- a/src/solution/test.java +++ b/src/solution/test.java @@ -18,7 +18,7 @@ public class test { // int n = 0; // Solution.merge(nums1,m,nums2,n); // String[] strs = new String[]{"flower","flow","flight"}; - String[] strs = new String[]{"abcg","abcecar","abr"}; + String[] strs = new String[]{"flower","flower","flower","flower"}; String result = Solution.longestCommonPrefix(strs); System.out.println(result);