积木大赛

Posted ainiyuling

tags:

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

题面

水题+1

#include <iostream>
using namespace std;
int main()

    int n,a,last=0,ans=0;
    cin>>n;
    for(int i=1;i<=n;i++)
    
        cin>>a;
        if(a>last)ans+=(a-last);
        last=a;
    
    cout<<ans<<endl;

  

以上是关于积木大赛的主要内容,如果未能解决你的问题,请参考以下文章

luogu 积木大赛

TZOJ--4879: 积木大赛(贪心)

贪心 NOIP2013 积木大赛

积木大赛

积木大赛

积木大赛