由 SZY创新工作室 开发并维护
#include<bits/stdc++.h> using namespace std; int main() { double h = 150 * 2 / 15;//求高 cout << fixed << setprecision(2) << (15 + 25) * h / 2;//(上底 + 下底) * 高 / 2 return 0; }