首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴晶贤的代码贴全部
#include <stdio.h>
#include <stdbool.h>
#include <math.h>
#include <stdlib.h>

#define n 8
bool hash[n+1];
int p[n+1];
int count =0;

//暴力法 无优化
void generate(int index)
......................
阅读全部 | 2020年11月22日 17:01
1
晶贤