上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 57 下一页
摘要: 在每年的淘宝“双十一”时,访问量都会暴涨,服务器的请求会被流量分配程序按照一定策略,分发给不同的进程去处理。有一类请求,有两个进程可以接受分发的请求,其中一个进程所在服务器的配置、网络传输性能等都要优于另一个进程。流量分发程序可以知道队列中每个任务的预计处理时间,每次都会尽可能将队列中预计处理时间更 阅读全文
posted @ 2016-06-12 17:47 樱花落舞 阅读(301) 评论(0) 推荐(0) 编辑
摘要: Description While walking down the street Vanya saw a label "Hide&Seek". Because he is a programmer, he used & as a bitwise AND for these two words re 阅读全文
posted @ 2016-06-02 15:48 樱花落舞 阅读(331) 评论(0) 推荐(0) 编辑
摘要: Description Vanya smashes potato in a vertical food processor. At each moment of time the height of the potato in the processor doesn't exceed h and t 阅读全文
posted @ 2016-06-02 15:39 樱花落舞 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Description Vanya and his friends are walking along the fence of height h and they do not want the guard to notice them. In order to achieve this the 阅读全文
posted @ 2016-06-02 15:31 樱花落舞 阅读(493) 评论(0) 推荐(0) 编辑
摘要: Problem Description There is a collector who own many valuable jewels. He has a problem about how to store them. There are M special boxes. Each box h 阅读全文
posted @ 2016-05-30 21:35 樱花落舞 阅读(275) 评论(0) 推荐(0) 编辑
摘要: Description Diao Ze likes math very much, especially problems about equation. Now there is a problem for Diao Ze, but he is too lazy to solve it and h 阅读全文
posted @ 2016-05-15 17:36 樱花落舞 阅读(395) 评论(0) 推荐(0) 编辑
摘要: Problem Description 度熊所居住的 D 国,是一个完全尊重人权的国度。以至于这个国家的所有人命名自己的名字都非常奇怪。一个人的名字由若干个字符组成,同样的,这些字符的全排列的结果中的每一个字符串,也都是这个人的名字。例如,如果一个人名字是 ACM,那么 AMC, CAM, MAC, 阅读全文
posted @ 2016-05-15 17:08 樱花落舞 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Problem Description 度熊手上有一本神奇的字典,你可以在它里面做如下三个操作: 1、insert : 往神奇字典中插入一个单词 2、delete: 在神奇字典中删除所有前缀等于给定字符串的单词 3、search: 查询是否在神奇字典中有一个字符串的前缀等于给定的字符串 Proble 阅读全文
posted @ 2016-05-15 17:00 樱花落舞 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Problem Description 度熊面前有一个全是由1构成的字符串,被称为全1序列。你可以合并任意相邻的两个1,从而形成一个新的序列。对于给定的一个全1序列,请计算根据以上方法,可以构成多少种不同的序列。 Problem Description 度熊面前有一个全是由1构成的字符串,被称为全1 阅读全文
posted @ 2016-05-15 09:14 樱花落舞 阅读(356) 评论(0) 推荐(0) 编辑
摘要: 链接:http://bestcoder.hdu.edu.cn/contests/contest_showproblem.php?cid=690&pid=1001 我用线段树过的~可能要注意a,b的关系 1 #include<stdio.h> 2 //#include<bits/stdc++.h> 3 阅读全文
posted @ 2016-05-15 09:10 樱花落舞 阅读(270) 评论(0) 推荐(0) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 57 下一页