Billboard
Time Limit: 20000/8000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 12813 Accepted Submission(s): 5579
Problem Description
At the entranc...
分类:
其他好文 时间:
2015-04-09 09:01:34
阅读次数:
139
题意:给出一块h*w的广告牌,还有n张1*u的海报,海报尽量往上,左边的位置张贴,问每一张海报能贴的多高。线段树单点修改。注意:因为1 n的话,最坏的情况下也只要用到前n行。所以若h>n 则h=n如果不加这一句,因为线段树的数组要开到h 2 #include 3 using namespace st...
分类:
其他好文 时间:
2015-03-21 17:01:41
阅读次数:
170
Problem DescriptionAt the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place where all possible announcements are...
分类:
其他好文 时间:
2015-02-24 11:28:39
阅读次数:
138
BillboardTime Limit:8000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionAt the entrance to the university, there is a huge r...
分类:
其他好文 时间:
2015-02-06 10:58:38
阅读次数:
193
题意很简单。
有高度为 h ,宽度为 w 的广告板。 要插入 n条广告。
把 h 用线段树进行维护,即通过线段树找到每次插入哪一行,每次插入时需同时更新。
不过我在奇怪的地方RE了几次。。。神奇……
#include
#include
#include
#include
#include
#include
#include
#include
#include
#includ...
分类:
其他好文 时间:
2015-01-20 11:59:20
阅读次数:
173
CSS演武场今天继续,今天看一个纯css实现的3D图像轮转效果,请大家猛戳研究效果先,也可下载收藏先。
首先看html文件,div.billboard为效果的容器,利用10个div.poster分割图像,每个poster中有三个face,分别用来承载三个图像。
[html] view
plaincopy
div class="billboa...
分类:
Web程序 时间:
2015-01-05 09:34:17
阅读次数:
208
在开始正文前,先说下Axiom3D里遇到的二个BUG. 1.在启动axiom生成的程序中,我发现输出里总是有一些如"billboard_type","billboard_origin"这些不能解析,我开始还在想是不是文件格式版本过期或是啥的,反正后面我查了下,发现这些是有对应解析类的,在对比对...
分类:
编程语言 时间:
2014-12-10 01:42:41
阅读次数:
325
BillboardTime Limit: 20000/8000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 11861Accepted Submission(s): 5223Problem...
分类:
其他好文 时间:
2014-11-27 12:07:12
阅读次数:
200
Billboard
Time Limit: 20000/8000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 11852 Accepted Submission(s): 5217
Problem Description
At the entranc...
分类:
其他好文 时间:
2014-11-25 12:53:10
阅读次数:
203
题目:http://acm.hdu.edu.cn/showproblem.php?pid=2795 1 #include 2 #include 3 using namespace std; 4 #define lson l,m,rt> 1;18 build(lson);19 buil...
分类:
其他好文 时间:
2014-11-23 00:29:03
阅读次数:
199