我想在屏幕上输出六个0到六个1的所有二进制数,该怎么写程序呢?

日期:2022-03-20 09:36:57 人气:1

我想在屏幕上输出六个0到六个1的所有二进制数,该怎么写程序呢?

# include <stdio.h>
# include <math.h>
# define R0 2 //表示二进制

void tran(int m, int r, char str[], int *n)
{
char sb[]="0123456789ABCDEF";
int
    A+
热门评论