这个问题是要多复杂
程序代码:

程序代码:
int i = 0;
x[0] = a & 1;
while (a >>= 1) x[++i] = a & 1;
for(; i >= 0; i--) printf("%d", a[i]);

人生是一场错过 愿你别蹉跎









