罗hao
罗hao
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
罗hao的博客
全部文章
(共1篇)
题解 | #小A的柱状图#
我用栈来存每个矩形的下标,而不是高度或者宽度。 #include<bits/stdc++.h> using namespace std; struct node{ int d,h; }a[1000001]; long long maxx(long long a,long long ...
C++
C
2022-06-29
1
332