Building BlocksTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 751Accepted Submission(s): 164 Pro...
分类:
其他好文 时间:
2015-03-22 10:34:30
阅读次数:
153
Building Blocks
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 60 Accepted Submission(s): 6
Problem Description
After enjoying ...
题意:有n堆由1*1小木块堆起来的积木,现在要你移动若干次使其中连续的长度为w的高度都为h,一次只能移动一个,而且可以在两边增加新堆(只能在两边,不能在中间插入),问最少得移动多少次。
思路:因为可以在两边增加堆,所以我先在数组两边各加上w长度,Move数组存 每个地方变成h要移进来或者移出去的步数,a数组记录i位子是要移进来还是移出去。然后维护一个长度为w的连续区间(i-w+1 ~ i),计算出这个区间总共得移进来的数目z和移出去的数目和f,那么要使这个区间满足条件就要移动m=z+f-min(z,f),(...
分类:
其他好文 时间:
2015-03-22 09:12:35
阅读次数:
242
Go to movies
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 99 Accepted Submission(s): 67
Problem Description
Winter holiday is...
点击打开链接
Romantic Value
Time Limit: 2 Seconds Memory Limit: 65536 KB
Farmer John is a diligent man. He spent a lot of time building roads between his farms. From his point of view, eve...
分类:
其他好文 时间:
2015-03-21 14:04:52
阅读次数:
140
随着Linux服务器越来越多了,底层系统内核想要保持版本统一就需要定制专门的二进制安装包来便捷的升级和管理。 RedHat系那当然就是使用rpmbuild来做定制化管理了。今天我们分俩个部分(root和普通用户)来讲解如何制作内核的二进制rpm包。Building主机系统环境约定:OS : Cent...
分类:
其他好文 时间:
2015-03-19 17:49:56
阅读次数:
158
Building Apps with Connectivity & the CloudThese classes teach you how to connect your app to the world beyond the user's device. You'll learn how to ...
分类:
移动开发 时间:
2015-03-19 16:11:41
阅读次数:
237
微软近期Open的职位:Experience CJK Team – we are a group of talented engineers focusing on building the best search experience for East Asia markets like Chin...
分类:
其他好文 时间:
2015-03-18 12:16:24
阅读次数:
126
每次总有新领悟。。认为没堆最底层为祖先。关于findset是怎么维护的,这次又好好理解了一下,这道题是每次更新x和x的上一层的结点,自底层向上(从祖先一层一层到本身)。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include...
分类:
其他好文 时间:
2015-03-17 20:03:57
阅读次数:
118
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev...
分类:
其他好文 时间:
2015-03-16 19:14:59
阅读次数:
108