Skip to content

Commit 65b6d2e

Browse files
unit test8
1 parent 998c1ed commit 65b6d2e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/aixcode/autoTest/evaluation/Evaluation8.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ public int[] evaluation() {
1919
int[] a2 = {-1,-2,-3,-4,-3};//负数数组
2020
int[] a3 = {1,2,3,3,2};//两个最大值
2121
int[] a4 = {3,3,3,3,3};//全都相同
22-
int[] a5 = {};//空数组
2322
map.put(a1,5);
2423
map.put(a2,-1);
2524
map.put(a3,3);
2625
map.put(a4,3);
27-
map.put(a5,0);
2826
int pass_count = 0;
2927

3028
for(Map.Entry<int[],Integer> entry:map.entrySet()){
Binary file not shown.

0 commit comments

Comments
 (0)