水题Description 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 f...
分类:
其他好文 时间:
2015-01-27 12:59:41
阅读次数:
109
Description 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 flo...
分类:
其他好文 时间:
2015-01-23 12:49:27
阅读次数:
212
Problem Description
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 elevator will stop, in specifie...
分类:
其他好文 时间:
2015-01-21 18:22:56
阅读次数:
155
Space Elevator
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 8701
Accepted: 4135
Description
The cows are going to space! They plan to achieve orbit by b...
分类:
其他好文 时间:
2014-12-19 22:03:07
阅读次数:
181
Dsicussion on modeling an elevatorhttp://stackoverflow.com/questions/493276/modelling-an-elevator-using-object-oriented-analysis-and-design/12457431#1...
分类:
其他好文 时间:
2014-12-07 06:27:42
阅读次数:
143
Elevator
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 45946 Accepted Submission(s): 25290
Problem Description
The highest bui...
分类:
其他好文 时间:
2014-12-02 13:34:39
阅读次数:
181
POJ1025是一道模拟题。这题第一个障碍是现在少见的循环电梯('pater-noster' elevator)”The building has `pater-noster' elevator, i.e. elevator build up from several cabins running ...
分类:
其他好文 时间:
2014-11-23 11:41:37
阅读次数:
247
题目1739: [Usaco2005 mar]Space Elevator 太空电梯Time Limit:5 SecMemory Limit:64 MBDescriptionThe cows are going to space! They plan to achieve orbit by buil...
分类:
其他好文 时间:
2014-11-14 20:53:55
阅读次数:
940
DescriptionThe cows are going to space! They plan to achieve orbit by building a sort of space elevator: a giant tower of blocks. They have K (1 //把多重...
分类:
其他好文 时间:
2014-11-11 22:24:28
阅读次数:
232
这道题跟coins很像,看来楼教主的男人八题果然不简单。
先按照可到达最高值按升序排序。完后进行coins式的背包处理就好了。
#include
#include
#include
#include
#include
#define max(a,b) ((a)>(b)?(a):(b))
typedef long long ll;
using namespace std;
const i...
分类:
系统相关 时间:
2014-11-10 10:10:50
阅读次数:
224