摘要: #include<stdio.h>#define st(num) ((num&0xaaaaaaaa)>>1)|((num&0x55555555)<<1)void stq(int a) { int c[32] = { 0 }; int q = 0; do { c[q] = a % 2; a = a / 阅读全文
posted @ 2023-03-04 14:23 skj55 阅读(17) 评论(0) 推荐(0)