标签:for div scanf color pre 就是 bsp amp ==
int a; scanf("%d",&a); for(int i =0;i<32;i++) { int x=(a>>i)&1;//从右往左第i位是x ,i==0,就是第一位 printf("%d ",x); }
第I位是0/1
原文地址:https://www.cnblogs.com/tingtin/p/11405258.html