题目大意:给出一系列字符串,构造出一个字符串大于等于其中的一半,小于另一半。题目分析:取大小为中间的两个a,b(a# include# include# include# includeusing namespace std;string p[1001];string solve(int n){ ....
分类:
其他好文 时间:
2015-10-11 00:21:48
阅读次数:
227
题意:从x点到其他各点再返回,所有最短路径中的最长路径#include #include #include #include #include using namespace std;const int oo=100000007;struct node{ int u,v,w; int n...
分类:
其他好文 时间:
2015-10-04 15:53:28
阅读次数:
236
When updated Supplier's tax informations , System occurs a error:'This tax registration number is already in use for party type: Third Party and party...
分类:
其他好文 时间:
2015-09-25 16:01:15
阅读次数:
285
Problem DescriptionIn the Dark forest, there is a Fairy kingdom where all the spirits will go together and Celebrate the harvest every year. But there...
分类:
其他好文 时间:
2015-09-23 21:11:02
阅读次数:
315
Alisha’s PartyTime Limit: 3000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2518 Accepted Submission(s): 681P...
分类:
其他好文 时间:
2015-09-23 20:50:15
阅读次数:
239
1、Party *partyInstance = [Party alloc]; [partyInstance init]; 因为任何一个对象都必须在创建并且初始化后才能 使用,所以上述两个消息应该写在一行 代码里,其代码如下: Party *partyInstance = [[Party a...
分类:
移动开发 时间:
2015-09-22 18:45:23
阅读次数:
170
Although rarely, but sometimes you will have 3rd party JARs that you need to put in your local repository for use in your builds, since they don't exi...
分类:
编程语言 时间:
2015-09-19 22:40:34
阅读次数:
248
IDname statusone wordPOJ 5437Alisha’s Party赛后AC、优先队列,模拟。对时间t排序#include #include #include #include #include using namespace std;struct Node { char n...
分类:
其他好文 时间:
2015-09-18 13:36:33
阅读次数:
305
Alisha’s PartyTime Limit: 3000/2000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 2650Accepted Submission(s): 722Pro...
分类:
其他好文 时间:
2015-09-17 19:35:10
阅读次数:
224
Moduleoptparse from optparse import OptionParser def opt(): usage = "usage: %prog [options] arg" parser = OptionParser(usage=usage) entries ...
分类:
其他好文 时间:
2015-09-17 18:58:19
阅读次数:
154