AtCoder Beginner Contest 112

前两个题很简单,这里就不整理了。ios C - Pyramidspa 枚举+条件判断就行啦code #include<iostream> #include<cstdio> #include<cmath> #include<algorithm> using namespace std; const int maxn=110; struct{ int x,y,h; }mes[maxn]; int
相关文章
相关标签/搜索