sbool anyCommonBits(int a, int b) { ret (a & b) != 0; }