根据输入绘制等腰梯形。
三个正整数 a、b 和 h,分别表示上底、下底和高。
a
b
h
梯形顶点为 (-b/2,0)、(b/2,0)、(a/2,h)、(-a/2,h),关于纵轴对称,使用默认颜色。
(-b/2,0)
(b/2,0)
(a/2,h)
(-a/2,h)
使用您的 Hydro 通用账户