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; }
以上是关于PATA -1008 Elevator的主要内容,如果未能解决你的问题,请参考以下文章