ぼるじょあがC/C++の宿題を片づけますYO! 68代目

int bit_clear(int x, int y) {return x & ~ (1 << y);}
nt bit_test(int x,int y) {return (x >> y) & 1;}