码迷,mamicode.com
首页 >  
搜索关键字:csu 1552 friends    ( 1699个结果
HDU 4931 Happy Three Friends(水)
HDU 4931 Happy Three Friends 题目链接 题意:6个数字,一个取两个,妹子取三个,问最后谁会赢 思路:排个序,判断前两个和3 - 5个的和谁更大即可 代码: #include #include #include #include using namespace std; int t, a[6]; int main() { ...
分类:移动开发   时间:2014-08-11 00:22:31    阅读次数:351
Bestcoder4——Happy Three Friends(二叉堆)
本文出自:http://blog.csdn.net/svitter Happy Three Friends Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 0    Accepted Submission(s): 0 ...
分类:移动开发   时间:2014-08-10 21:35:30    阅读次数:407
CSU-ACM暑假集训基础组训练赛(4)解题报告
?Problem A SPOJ SUB_PROB AC自动机?题意: 给定一个长为M(M≤100000 )的文本串,和N(N≤1000)个长度不超过2000的模式串,问每个模式串是否在文本串中出现过??几乎和周一课件上的第一个例题一模一样。。?把文本串丢到AC自动机里面去跑。?注意:?1.可能有两个...
分类:其他好文   时间:2014-08-09 13:11:07    阅读次数:381
hdu 1213 How Many Tables(并查集)
Problem DescriptionToday is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he needs at ...
分类:其他好文   时间:2014-08-06 17:36:21    阅读次数:251
Gather Together with Your Friends via Food
What will you do when you gather together with your friends in your leisure time? Sitting around and chatting with each other? Doing sports? Or watchi...
分类:其他好文   时间:2014-08-06 14:33:41    阅读次数:236
CSU - 1446 Modified LCS
Description Input Output Sample Input 3 5 3 4 15 3 1 10 2 2 7 3 3 100 1 1 100 1 2 Sample Output 4 3 50 题意:求两个等差序列相同的元素个数 思路: 首先我们可以假设得到解...
分类:其他好文   时间:2014-08-06 10:26:51    阅读次数:220
How to find friends
How to find friends思路简单,编码不易 1 def check_connection(network, first, second): 2 link_dictionary = dict() 3 4 for link in network: 5 dr...
分类:其他好文   时间:2014-08-05 11:02:19    阅读次数:245
CSU 1004并查集
试题链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1004题目分析:讲述的主要是是否可以通过公交直接到达自己的目的地,如果最后将问题转换为并查集后就可以发现其实就是问在自己构造的这棵树中,他们的根节点是否是相同的。主要的注意是在输入的时候要求...
分类:其他好文   时间:2014-08-04 17:19:37    阅读次数:253
zoj 1649 Rescue
Rescue Time Limit: 2 Seconds      Memory Limit: 65536 KB Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M Angel's friends want to s...
分类:其他好文   时间:2014-08-04 10:59:57    阅读次数:237
poj 3117 Friends or Enemies?(模拟)
poj 3117 Friends or Enemies?(模拟)...
分类:其他好文   时间:2014-08-03 12:53:15    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!