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
本文出自: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
?Problem A SPOJ SUB_PROB AC自动机?题意: 给定一个长为M(M≤100000 )的文本串,和N(N≤1000)个长度不超过2000的模式串,问每个模式串是否在文本串中出现过??几乎和周一课件上的第一个例题一模一样。。?把文本串丢到AC自动机里面去跑。?注意:?1.可能有两个...
分类:
其他好文 时间:
2014-08-09 13:11:07
阅读次数:
381
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
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
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思路简单,编码不易 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
试题链接:http://acm.csu.edu.cn/OnlineJudge/problem.php?id=1004题目分析:讲述的主要是是否可以通过公交直接到达自己的目的地,如果最后将问题转换为并查集后就可以发现其实就是问在自己构造的这棵树中,他们的根节点是否是相同的。主要的注意是在输入的时候要求...
分类:
其他好文 时间:
2014-08-04 17:19:37
阅读次数:
253
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?(模拟)...
分类:
其他好文 时间:
2014-08-03 12:53:15
阅读次数:
215