上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: ref :http://www.cnblogs.com/yuaqua/archive/2011/10/21/2219856.html小数点.后“*”表示输出位数,具体的数据来自参数表printf格式字符串中,与宽度控制和精度控制有关的常量都可以换成变量,方法就是使用一个“*”代替那个常量,然后在后面... 阅读全文
posted @ 2015-07-04 14:36 JoneZP 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 在ipython下得出的数据: In [1]: -1%4 Out[1]: 3 In [2]: 1%(-4) Out[2]: -3 In [3]: -1%(-4) Out[3]: -1 个人理解:a%b=r中,若a和b中有一个为负数,则|r|=|b|-|a|%|b|;若b为负数,则r为... 阅读全文
posted @ 2015-07-04 14:11 JoneZP 阅读(138) 评论(0) 推荐(0) 编辑
摘要: C - Rightmost Digit Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1061Description Gi... 阅读全文
posted @ 2015-07-03 14:56 JoneZP 阅读(346) 评论(0) 推荐(0) 编辑
摘要: Description Give you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate if you can find the three numb... 阅读全文
posted @ 2015-06-10 19:55 JoneZP 阅读(150) 评论(0) 推荐(0) 编辑
摘要: PieTime Limit: 5000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 109 Accepted Submission(s): 52Problem Descript... 阅读全文
posted @ 2015-06-07 15:46 JoneZP 阅读(119) 评论(0) 推荐(0) 编辑
摘要: How many integers can you findTime Limit: 12000/5000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5664Accepted Submis... 阅读全文
posted @ 2015-06-06 22:59 JoneZP 阅读(139) 评论(0) 推荐(0) 编辑
摘要: DescriptionFarmer John is an astounding accounting wizard and has realized he might run out of money to run the farm. He has already calculate... 阅读全文
posted @ 2015-06-06 00:31 JoneZP 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子1 2 ... 阅读全文
posted @ 2015-05-23 22:20 JoneZP 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Description 急!灾区的食物依然短缺! 为了挽救灾区同胞的生命,心系灾区同胞的你准备自己采购一些粮食支援灾区,现在假设你一共有资金n元,而市场有m种大米,每种大米都是袋装产品,其价格不等,并且只能整袋购买。 请问:你用有限的资金最多能采购多少公斤粮食呢?后记: 人生是一个充... 阅读全文
posted @ 2015-05-21 10:50 JoneZP 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 88774Accepted Submission(s): 24... 阅读全文
posted @ 2015-05-04 22:12 JoneZP 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页