首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
代码贴
→
晶贤的代码贴
→
全部
[C++]晶贤 贴于 2020-11-22 17:01:47
#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
晶贤
全部(1)
C++(1)