Commit 1e49b349 authored by hezhen's avatar hezhen

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform into base-modify

parents ed630904 35ca438c
...@@ -63,7 +63,7 @@ public class RandomUtil ...@@ -63,7 +63,7 @@ public class RandomUtil
public static void main(String[] args) { public static void main(String[] args) {
int max = 20; int max = 20;
int n = 20; int n = 30;
Set<Integer> set = new HashSet<>(); Set<Integer> set = new HashSet<>();
randomSet(max, n, set, n); randomSet(max, n, set, n);
for(Integer a : set) { for(Integer a : set) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment