“玲珑杯”ACM比赛 Round #19 Start Time:2017-07-29 14:00:00 End Time:2017-07-29 16:30:00 Refresh Time:2017-07-29 16:42:55 Private B -- Buildings Time Limit:2s ...
分类:
其他好文 时间:
2017-07-29 20:26:25
阅读次数:
159
题意:给出N,k,长度为N的数列,问有多少个区间满足区间最大值-区间最小值<=k 思路:RMQ+二分 ...
分类:
其他好文 时间:
2017-07-29 18:14:36
阅读次数:
123
1149 - Buildings Time Limit:2s Memory Limit:128MByte Submissions:588Solved:151 1149 - Buildings Time Limit:2s Memory Limit:128MByte Submissions:588Sol ...
分类:
其他好文 时间:
2017-07-29 17:15:37
阅读次数:
166
Buildings Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 2210 Accepted Submission(s): 624 Pro ...
分类:
其他好文 时间:
2017-07-28 12:46:40
阅读次数:
239
Problem Description Somewhere deep in the Czech Technical University buildings, there are laboratories for examining mechanical and electrical propert ...
分类:
其他好文 时间:
2017-07-14 22:19:30
阅读次数:
218
? Learn from Architects of Buildings Keith Braithwaite Architecture is a social act and the material theater of human activity. —Spiro Kostof HoW MAny ...
分类:
其他好文 时间:
2017-07-09 12:32:56
阅读次数:
159
http://acm.hdu.edu.cn/game/entry/problem/list.php?chapterid=1§ionid=2 1.2.5 #include<stdio.h> /* 题意:找闰年。 if((i%4==0 && i%100!=0) || i%400==0)count++; ...
分类:
其他好文 时间:
2017-06-20 14:44:26
阅读次数:
137
Buildings Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 472 Accepted Submission(s): 104 Prob ...
分类:
其他好文 时间:
2017-06-14 14:32:07
阅读次数:
270
传送门:http://www.lydsy.com/JudgeOnline/problem.php?id=4302 【题解】 出自2015多校-学军 题意大概是给出一个n*m的格子有一个格子(x,y)是坏的,用一些矩形覆盖没有坏的格子,使得每个矩形都有一面靠着边界。求最大的矩形的面积最小。 稍微分析就 ...
分类:
其他好文 时间:
2017-06-10 20:22:26
阅读次数:
170
Buildings Time Limit: 5000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4257 Accepted Submission(s): 1578 Probl ...
分类:
其他好文 时间:
2017-06-01 21:00:57
阅读次数:
248