c语言 排列组合

日期:2021-05-02 03:10:16 人气:1

c语言 排列组合

22个汉字全排列

#include<stdio.h>
#include<stdlib.h>

#define ISPRINT
#define MAX 100

unsigned int *_NUM;
char *_NUMFLAG;

#define NUM(j) (*(_NUM+(j)))
#define NUMFLAG(j) (*(_
    A+
热门评论