extern void  SetBit( int A[ ],  int k );
extern void  ClearBit( int A[ ],  int k );
extern int   TestBit( int A[ ],  int k );

