/* 3. ´ÙÀ½ ÇÁ·Î±×·¥ÀÇ Ãâ·ÂÀ» ½á¶ó. */ #include class Bit { public: int x; Bit(int data[],int n) { x = 0; for(int i = 0; i < n; i++) { x = x | (1<