记录编号 | 438065 | 评测结果 | AAAAAAAAAA | ||
---|---|---|---|---|---|
题目名称 | [NOIP 2013]积木大赛 | 最终得分 | 100 | ||
用户昵称 | Regnig Etalsnart | 是否通过 | 通过 | ||
代码语言 | C++ | 运行时间 | 0.004 s | ||
提交时间 | 2017-08-15 10:39:35 | 内存使用 | 0.07 MiB | ||
#include<cstdio> #define syy myson using namespace std; int n,h[100001],ans,i; int Main() { freopen("BlockNOIP2013.in","r",stdin);freopen("BlockNOIP2013.out","w",stdout); scanf("%d",&n); for(i=1;i<=n;i++) { scanf("%d",&h[i]); if(h[i]>h[i-1])ans+=(h[i]-h[i-1]); } printf("%d\n",ans); return 0; } int main(){;} int syy=Main();