本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
【百度之星2014~资格赛解题报告】
声明
笔者最近意外的发现 笔者的个人网站 http://tiankonguse.com/ 的很多文章被其它网站转载,但是转载时未声明文章来源或参考自 http://tiankonguse.com/ 网站,因此,笔者添加此条声明。
郑重声明:这篇记录《标题》转载自 http://tiankonguse.com/ 的这条记录:http://tiankonguse.com/record ...
【百度之星2014~初赛(第二轮)解题报告】Chess
声明
笔者最近意外的发现 笔者的个人网站 http://tiankonguse.com/ 的很多文章被其它网站转载,但是转载时未声明文章来源或参考自 http://tiankonguse.com/ 网站,因此,笔者添加此条声明。
郑重声明:这篇记录《【百度之星2014~初赛(第二轮)解题报告】Chess》转载自 http://tiankonguse.com/ 的这条记录: ...
hdu1019 gcd和lcm
Least Common Multiple
http://acm.hdu.edu.cn/showproblem.php?pid=1019
Problem Description
The least common multiple (LCM) of a set of positive integers is the smallest positive integer which is divisi ...
hdu1021 推理规律
Fibonacci Again
http://acm.hdu.edu.cn/showproblem.php?pid=1021
Problem Description
There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2).
Input
Input con ...
hud1008 电梯 迭代模拟计算
Elevator
http://acm.hdu.edu.cn/showproblem.php?pid=1008
Problem Description
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers deno ...
hdu1001 求和
Sum Problem
http://acm.hdu.edu.cn/showproblem.php?pid=1001
Problem Description
Hey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).
In this problem, your task is to calculate SUM(n) = 1 + ...
hdu1000 A+B
A + B Problem
http://acm.hdu.edu.cn/showproblem.php?pid=1000
Problem Description
Calculate A + B.
Input
Each line will contain two integers A and B. Process to end of file.
Output
For each case, ou ...
hdu2035 乘方取余
人见人爱A^B
http://acm.hdu.edu.cn/showproblem.php?pid=2035
Problem Description
求A^B的最后三位数表示的整数。
说明:A^B的含义是“A的B次方”
Input
输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1<=A,B<=10000),如果A=0, B=0,则表示输入数据的结束,不做处理。
...
hdu2034 差集
人见人爱A-B
http://acm.hdu.edu.cn/showproblem.php?pid=2034
Problem Description
参加过上个月月赛的同学一定还记得其中的一个最简单的题目,就是{A}+{B},那个题目求的是两个集合的并集,今天我们这个A-B求的是两个集合的差,就是做集合的减法运算。(当然,大家都知道集合的定义,就是同一个集合中不会有两个相同的元素,这里还是提醒大 ...
hdu2033 时间计算
人见人爱A+B
http://acm.hdu.edu.cn/showproblem.php?pid=2033
Problem Description
HDOJ上面已经有10来道A+B的题目了,相信这些题目曾经是大家的最爱,希望今天的这个A+B能给大家带来好运,也希望这个题目能唤起大家对ACM曾经的热爱。
这个题目的A和B不是简单的整数,而是两个时间,A和B 都是由3个整数组成,分别表示时分秒,比 ...
HDU1003最大连续子序列和
Max Sum
http://acm.hdu.edu.cn/showproblem.php?pid=1003
Problem Description
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1, ...
hdu2081 字符串拼接
手机短号
http://acm.hdu.edu.cn/showproblem.php?pid=2081
Problem Description
大家都知道,手机号是一个11位长的数字串,同时,作为学生,还可以申请加入校园网,如果加入成功,你将另外拥有一个短号。假设所有的短号都是是 6+手机号的后5位,比如号码为13512345678的手机,对应的短号就是645678。
现在,如果给你一个11位长 ...
poj1163 树型结构动态规划和最大路径
The Triangle
http://poj.org/problem?id=1163
http://acm.hdu.edu.cn/showproblem.php?pid=2084
Description
7
3 8
8 1 0
2 7 4 4
4 5 2 6 5
(Figure 1)
Figure 1 shows a number triangle. ...
HDU 4393 Throw nails
因为第i个人第1秒走的距离Fi满足0 <= Fi <= 500,所以502秒后所有人的名次都不会再变化。所以,前502秒可以暴搜,剩下的只要排序后直接输出即可。
#include <iostream>
#include <cstring>
#include <cstdio>
#include <algorithm>
#includ ...
HDU 3746 Cyclic Nacklace(KMP求最小循环元)
/*
题意:组成一个环,要求至少包含两个相同字符串,求至少向给出字符串后面添加的字符数
题解:根据KMP求出循环元,最小循环元t = len - next[len]。然后问题就很容易解决了。
做完这道题,感触更深一些了,这个公式对任何字符串都适用。
*/
#include <iostream>
using namespace std;
const int nMax = 100010; ...
Divisors 欧拉函数的应用
#include <stdio.h>
#include <cstring>
#define mm 500
bool fuck[mm];
int wokao[mm][100];
long long ca[mm][mm];
int p[100];
int main()
{
int t=0,x,n;
memset(fuck,0,sizeof(fuck));
...
Divisors 欧拉函数的应用
#include <stdio.h>
#include <cstring>
#define mm 500
bool fuck[mm];
int wokao[mm][100];
long long ca[mm][mm];
int p[100];
int main()
{
int t=0,x,n;
memset(fuck,0,sizeof(fuck));
...
Calculation 快速幂
/*本来是稍有复杂的数学题。第一次用快速幂取模果断超时,最后将表打出,找规律。水过之,代码很短。*/
#include <stdio.h>
int main()
{
int a,b;
while(scanf("%d%d",&a,&b)==2)
{
int ans=0;
int sum=0;
...
The Bottom of a Graph 强连通分量加缩点
/*题意比较晦涩,大致就是求一个图缩点后出度为0的点的个数。*/
#include <stdio.h>
#include <cstring>
#include <vector>
#include <iostream>
using namespace std;
vector<int> e[5010];
int dfn[5001];
i ...
HDU 1081 To The Max(最大子矩阵)
/*
题意:求子矩阵的最大和
题解:这一类型的题,关键在压缩,将矩阵压缩为一维数组,然后转变为求最大字段和
*/
#include <iostream>
using namespace std;
const int nMax = 107;
const int INF = 0x7fffffff;
//int d[nMax][nMax][nMax];
int N;
int map[nMa ...