AI智能
改变未来

震惊!!!LEGO积木玩出名堂来了

the lego group – 主页| LEGO.com CN _乐高 官方

看了各dalao的题解,才看懂TWT

自己给自己写一篇题解,好让自己以后复习可以看懂[捂脸]

如图,代码运行的过程大概是这个意思,大家可以意会一下[滑稽]

#include<bits/stdc++.h>#define ll long long#define re register#define f(i, a, b) for(re int i = a; i <= b; ++i)using namespace std;int n, a, last, ans = 0;signed main(){scanf(\"%d\", &n);f(i, 1, n){scanf(\"%d\", &a);if(a > last) ans += (a - last);last = a;}printf(\"%d\\n\", ans);return 0;}

玩完积木还可以修路

工作完了还可以和奶牛打牌

不亦乐乎?

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » 震惊!!!LEGO积木玩出名堂来了