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
# 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
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
#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
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
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
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
问题陈述: 杭州电子科技大学 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
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
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