Skip to content

Commit 550dcec

Browse files
committed
modify code
1 parent 0b66f66 commit 550dcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/class39/IsSum.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public static int[] randomArray(int len, int max) {
148148
// 对数器验证所有方法
149149
public static void main(String[] args) {
150150
int N = 20;
151-
int M = 20;
152-
int testTime = 10000;
151+
int M = 100;
152+
int testTime = 100000;
153153
System.out.println("测试开始");
154154
for (int i = 0; i < testTime; i++) {
155155
int size = (int) (Math.random() * (N + 1));

0 commit comments

Comments
 (0)