Skip to content

Commit 80189b5

Browse files
committed
又是bug修复
1 parent ec1a415 commit 80189b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Perm/JAVA/Perm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static void perm (Object[] list, int k, int m) {
1212
for (int i = 0; i <= m; i++) {
1313
System.out.print(list[i] + " ");
1414
}
15-
System.out.println();
15+
//System.out.println();
1616
} else {
1717
for (int i = k; i <= m; i++) {
1818
swap(list, k, i);

0 commit comments

Comments
 (0)