摘要: 题目: 传送门 题解:线段树模板题目。 对递归的题目始终理解不好,我的痛啊,在水的题目都要写很长时间。 阅读全文
posted @ 2015-03-10 21:30 人艰不拆_zmc 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 题目: 传送门 题意很简单就不解释了,水题一道。 阅读全文
posted @ 2015-03-10 21:27 人艰不拆_zmc 阅读(219) 评论(0) 推荐(0) 编辑
摘要: HDU 5003 水题,直接上代码(因为题意读错了,WA了一遍)。 HDU 5038 这题的题意真是无比坑啊,还有为么G++超时,C++就过了,尼玛这个大水题浪费了我好几个小时,我百度了一下说只有HDU上面C++快于G++,一般情况下(没算法的情况居多)如果用G++交 TLE了,请在用C++交一遍。 阅读全文
posted @ 2015-03-10 21:22 人艰不拆_zmc 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 题目:传送门 题目描述 This is a very simple problem, just like previous one. You are given a postive integer n, and you need to divide this integer into m piece 阅读全文
posted @ 2015-03-10 20:58 人艰不拆_zmc 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 题目:传送门 题目描述 整数划分是一个非常经典的数学问题。 所谓整数划分,是指把一个正整数n写成为n=m1+m2+...+mi的形式,其中mi为正整数,并且1<=mi<=n,此时,{m1, m2, ..., mi}为n的一个划分。如果{m1, m2, ..., mi}中的最大值不超过m,即max{m 阅读全文
posted @ 2015-03-10 20:39 人艰不拆_zmc 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 题意:传送门 题目描述 As you know, shadow95 is pretty good at maths, especially combinatorial mathematics. Now, he has made a problem for you. We call a subset 阅读全文
posted @ 2015-03-10 20:34 人艰不拆_zmc 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 题目:传送门 题目描述 You are given an integer array s[] and are asked to count how many positions a, b, c and d satisfy the condition: s[a] + s[b] + s[c] == s[ 阅读全文
posted @ 2015-03-10 20:18 人艰不拆_zmc 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 题目描述 给定n组整数(a,b),计算组合数C(a,b)的值。如C(3,1)=3,C(4,2)=6。 输入 第一行为一个整数n,表示有多少组测试数据。(n <= 100000) 第2-n+1行,每行两个整数分别代表a,b;中间用空格隔开。(a,b <= 40) 第一行为一个整数n,表示有多少组测试数 阅读全文
posted @ 2015-03-10 19:52 人艰不拆_zmc 阅读(426) 评论(0) 推荐(0) 编辑
摘要: 题目:http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=1607 题目描述 A number sequence is defined as follows: f(1) = 1, f(2) = 1, f(n) 阅读全文
posted @ 2015-03-10 19:44 人艰不拆_zmc 阅读(198) 评论(0) 推荐(0) 编辑