4 条题解

  • 2
    @ 2023-12-22 13:54:50

    #include<bits/stdc++.h> using namespace std; double a,b,h; int main() { cin>>a>>b>>h; cout<<fixed<<setprecision(2)<<(a+b)*h/2; return 0; }

    信息

    ID
    7
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    356
    已通过
    144
    上传者