上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: Texas Triphttp://poj.org/problem?id=3301Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 4709 Accepted: 1473 D... 阅读全文
posted @ 2018-07-26 23:21 Fly_White 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 一只小蜜蜂...http://acm.hdu.edu.cn/showproblem.php?pid=2044Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Othe... 阅读全文
posted @ 2018-07-26 23:09 Fly_White 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 1081. Binary Lexicographic Sequencehttp://acm.timus.ru/problem.aspx?space=1&num=1081Time limit: 0.5 secondMemory limit: 64 MBConsider ... 阅读全文
posted @ 2018-07-26 22:51 Fly_White 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 问题一:n条直线在平面上相交所能分割出的平面最多有多少?解:设i条直线所能分割出的平面最多为f(i),则n-1条能分割出f(n-1),n条能分割出f(n)。可以观察得当新增的直线与之前的所有直线均相交且交点重复时有最大增加量为n。因此得到f(n)=f(n-1)+n.再... 阅读全文
posted @ 2018-07-26 14:09 Fly_White 阅读(637) 评论(0) 推荐(0) 编辑
摘要: A - Big binary tree HDU - 6161Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): ... 阅读全文
posted @ 2018-07-26 08:52 Fly_White 阅读(203) 评论(0) 推荐(0) 编辑
摘要: A - Tricky Sum CodeForces - 598A http://codeforces.com/problemset/problem/598/Atime limit per test1 secondmemory limit per test256 meg... 阅读全文
posted @ 2018-07-25 23:15 Fly_White 阅读(207) 评论(0) 推荐(0) 编辑
摘要: A - 例题 HDU - 2141 http://acm.hdu.edu.cn/showproblem.php?pid=2141Can you find it?Time Limit: 10000/3000 MS (Java/Others) Memory Limi... 阅读全文
posted @ 2018-07-24 21:18 Fly_White 阅读(288) 评论(0) 推荐(0) 编辑
摘要: K - GukiZ hates Boxes CodeForces - 551C http://codeforces.com/problemset/problem/551/CProfessor GukiZ is concerned about making his wa... 阅读全文
posted @ 2018-07-24 21:16 Fly_White 阅读(160) 评论(0) 推荐(0) 编辑
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=6168Problem Descriptionzk has n numbers a1,a2,...,an. For each (i,j) satisfying 1≤i#include#... 阅读全文
posted @ 2018-07-24 19:16 Fly_White 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 很久之前就看到这个题目,今天第一次做出来,纪念一下2112: Wells的明星生活csuoj2112http://acm.csu.edu.cn/csuoj/problemset/problem?pid=2112Description和很多人想的不同,Wells其实是很... 阅读全文
posted @ 2018-07-24 16:02 Fly_White 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页