Skip to content

Commit 5c7d06d

Browse files
refactor 493
1 parent 2db5ff4 commit 5c7d06d

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-5
lines changed

src/main/java/com/fishercoder/solutions/_493.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,4 @@ private int mergeSort(int[] nums, int start, int end) {
5050
return cnt;
5151
}
5252
}
53-
54-
public static void main(String... args) {
55-
System.out.println(2147483647 * 2);//this is -1
56-
System.out.println(2147483647 * 2.0);//this is 4.294967294E9
57-
}
5853
}

0 commit comments

Comments
 (0)