码迷,mamicode.com
首页 >  
搜索关键字:elevator    ( 162个结果
POJ 题目2392 Space Elevator(多重背包)
Space Elevator Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 9042   Accepted: 4296 Description The cows are going to space! They plan to achieve orbit by b...
分类:其他好文   时间:2015-04-06 08:57:23    阅读次数:147
[c++] elevator
# include using namespace std;int main(){ int a[100]={0}; int n; int i; int sum=0; cin>>n; sum=n*5; for (i=1;i>a[i]; } for ...
分类:编程语言   时间:2015-04-03 15:09:36    阅读次数:117
A1008. Elevator (20)
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
PAT:1008. Elevator (20) AC
#includeint main(){ int n,ans=0,now=0; //要停n层,ans是总时间,now代表当前层数 scanf("%d",&n); for(int i=0 ; inow) //上楼,每上一层6秒 { ans+=(tmp...
分类:其他好文   时间:2015-03-05 19:03:54    阅读次数:104
1008. Elevator
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 specified order. It costs 6 sec...
分类:其他好文   时间:2015-02-27 21:34:28    阅读次数:222
1008. Elevator (20)
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 specified order. It costs 6 sec...
分类:其他好文   时间:2015-02-24 12:36:59    阅读次数:344
PAT1008. Elevator
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-02-19 12:55:04    阅读次数:139
Elevator
问题陈述: 杭州电子科技大学 HANGZHOU DIANZI UNIVERSITY Online Judge Problem - 1008问题分析: 简单题。代码详解: 1 #include 2 #include 3 4 using namespace std; 5 6 int main...
分类:其他好文   时间:2015-02-12 00:31:32    阅读次数:137
2015-基础(2)
B - B 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...
分类:其他好文   时间:2015-02-04 14:48:16    阅读次数:141
YT14-先来练练手之电梯RUNTIME
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 specified ...
分类:其他好文   时间:2015-01-28 09:55:48    阅读次数:148
162条   上一页 1 ... 11 12 13 14 15 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!