码迷,mamicode.com
首页 >  
搜索关键字:bestcoder    ( 690个结果
Bestcoder #47 B Senior's Gun
Senior's Gun Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 875    Accepted Submission(s): 319 Problem Description Xuejiejie is a ...
分类:其他好文   时间:2015-07-14 15:35:24    阅读次数:105
hdu 4908 BestCoder Sequence 发现M中值是字符串数, 需要预处理
BestCoder SequenceTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 271Accepted Submission(s): 112Pr...
分类:其他好文   时间:2015-07-13 22:06:52    阅读次数:113
Bestcoder Tom and matrix
问题描述Tom放学回家的路上,看到天空中出现一个矩阵。Tom发现,如果矩阵的行、列从0开始标号,第i行第j列的数记为ai,j,那么ai,j=Cji如果i 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include ...
分类:其他好文   时间:2015-07-13 22:03:00    阅读次数:135
2015 Bestcoder 47# A
Senior's Array Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 514    Accepted Submission(s): 199 Problem Description One day, Xuej...
分类:其他好文   时间:2015-07-12 12:51:29    阅读次数:171
BestCoder Round #47 1003
solution : 就按题解敲了一遍,好久没写这种dp1#include2#include3#include4#include5#include6#include7usingnamespacestd;8typedeflonglongLL;9constintMAX=1e3+10;10constint...
分类:其他好文   时间:2015-07-12 12:34:15    阅读次数:99
HDU 5281 BestCoder Round #47 1002:Senior's Gun
Senior's Gun    Accepts: 235    Submissions: 977  Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) 问题描述 学姐姐是一个酷酷的枪手。 她常常会随身携带n把枪,每把枪有一个攻击力a[i]。 ...
分类:其他好文   时间:2015-07-12 11:23:01    阅读次数:108
BestCoder #47 1001&&1002
【比赛链接】clikc here~~ ps:真是wuyu~~做了两小时,A出两道题,最后因为没加longlong全部被别人hack掉!,最后居然不知道hack别人不成功也会掉分,还一个劲的hack 别人的代码,昨天真是个悲催的比赛,~~~~(>_ 1002比1001还简单~~ 1002  Senior's Gun /* BestCoder Round #47 1002 Senior's...
分类:其他好文   时间:2015-07-12 11:16:57    阅读次数:100
BestCoder Round #47
1001Senior's Array题目链接:1001题意:给你一个长度为n的序列,你必须修改序列中的某个数为P,求修改后的最大连续子序列和。思路:数据量比较小,可以直接暴力做, 枚举序列的每个数修改成P,然后更新最大子序列和。code: 1 #include 2 #include 3 usin.....
分类:其他好文   时间:2015-07-12 10:55:34    阅读次数:119
HDU 5280 BestCoder Round #47 1001:Senior's Array
Senior's Array    Accepts: 199    Submissions: 944  Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) 问题描述 某天学姐姐得到了一个数组A,在这个数组的所有非空区间中,她找出了一个区间和最大的,并...
分类:其他好文   时间:2015-07-12 09:47:35    阅读次数:137
BestCoder Round #47 ($)
1001:Senior's Array题目大意: 在数组中改一个合适的数(必须修改)使得区间和最大的那个区间的和尽量大,问最大区间和是多大?解题思路: 数据范围比较小,水题,可以暴力,枚举修改的数字,然后求区间和最大的,最后比较得出最大。 1 #include 2 #include 3 #i...
分类:其他好文   时间:2015-07-11 22:42:48    阅读次数:142
690条   上一页 1 ... 32 33 34 35 36 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!