There was an error while loading. Please reload this page.
1 parent 0b66f66 commit 550dcecCopy full SHA for 550dcec
src/class39/IsSum.java
@@ -148,8 +148,8 @@ public static int[] randomArray(int len, int max) {
148
// 对数器验证所有方法
149
public static void main(String[] args) {
150
int N = 20;
151
-int M = 20;
152
-int testTime = 10000;
+int M = 100;
+int testTime = 100000;
153
System.out.println("测试开始");
154
for (int i = 0; i < testTime; i++) {
155
int size = (int) (Math.random() * (N + 1));
0 commit comments