1 条题解

  • 0
    @ 2024-10-18 18:39:53

    #include<bits/stdc++.h> using namespace std; int main(){ double a,b,h; double x=0.00; cin>>a>>b>>h; x=(a+b)*h/2; printf("%.2f",x); return 0; }

    • 1

    信息

    ID
    235
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    17
    已通过
    8
    上传者