Skip to content

Commit d02163c

Browse files
committed
s
1 parent 9eccf15 commit d02163c

2 files changed

Lines changed: 51 additions & 30 deletions

File tree

JavaTest/.idea/workspace.xml

Lines changed: 50 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

JavaTest/src/FindNumsAppearOnce.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void FindNumsAppearOnce(int[] array, int num1[], int num2[]) {
3131
num2[0] ^= array[i];
3232
}
3333
}
34-
34+
//00
3535
public static int findFirstBitIs(int num) {
3636
int indexBit = 0;
3737
while (((num & 1) == 0) && (indexBit) < 8 * 4) {

0 commit comments

Comments
 (0)