csdn

数字根介绍

此页面通过工具从 csdn 导出,格式可能有问题。 数字根 参考链接: http://blog.renren.com/share/334504317/8581660295#nogo 定义 数字根( Digital Root )就是把一个数的各位数字相加,再将所得数的各位数字相加,直到所得数

HDOJ - 2045 RPG难题

此页面通过工具从 csdn 导出,格式可能有问题。 题目地址: http://acm.hdu.edu.cn/showproblem.php?pid=2045 算法思想: 1)有三种颜色,在涂某一块区域时,由于它的前一块区域已经确定,且相邻区域不能重

HDOJ – 2043 密码

此页面通过工具从 csdn 导出,格式可能有问题。 题目地址: http://acm.hdu.edu.cn/showproblem.php?pid=2043 最基础的模拟题目,只要按照题目给出的要求进行判断即可。 代码如下: #include<iostream> #include<string> using namespace std; const string s="~!@#$%^"; string ss; int n;

Qtree_testing

此页面通过工具从 csdn 导出,格式可能有问题。 testing... #include <cstdio> #include <cstring> #include <cstdlib> #include <cmath> using namespace std; const int maxn=10010; const int maxm=maxn*2; const int maxu=maxn*4; const int maxt=maxn*10; const int oo=1993101215; int test,n,e,indexs,dep,tot,lca,debug; int id; //重链编号 int node; //线段树节点 int pre[maxm],other[maxm],last[maxm],w[maxm]; //

用程序去判断每个人说话的真假 - 写给新手的枚举介绍

此页面通过工具从 csdn 导出,格式可能有问题。 背景 我们在以前的数学题中一定遇到过这样的问题: A说xxxx B说xxx C说xxx 然后给一些条件,让你判