PATA -1008 Elevator

Posted learn-excel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PATA -1008 Elevator相关的知识,希望对你有一定的参考价值。

技术图片
#include<stdio.h>
using namespace std;
int main(){
    int n;
    scanf("%d",&n);
    int b,nowb,subb,res=0;
    b=0;
    for(int i=0;i<n;i++){
        scanf("%d",&nowb);
        subb = nowb - b;
        if(subb>0)  res += subb*6 + 5;
        else res += (-subb)* 4 + 5;
        b = nowb;
    }
    printf("%d",res);
    return 0;
}
View Code

 

以上是关于PATA -1008 Elevator的主要内容,如果未能解决你的问题,请参考以下文章

PATA1034Head of a Gang

POJ 2392 Space Elevator

PATA1036题解

patA1017

PATA1028 List Sorting

PATA1075 PAT Judge (25 分)