摘要:
比赛链接:https://atcoder.jp/contests/abc045 A - Trapezoids 题目大意: 告诉你题型的上底、下底、高,求面积。 解题思路: \(S = \frac{(a+b) \cdot h}{2}\) 示例程序: #include <bits/stdc++.h> u 阅读全文
posted @ 2021-03-03 11:51
quanjun
阅读(192)
评论(0)
推荐(0)
浙公网安备 33010602011771号