1 solutions

  • 1
    @ 2025-9-10 18:04:06

    图:

    参考代码:

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    double h,s;
    h=150*2/15;
    s=(15+25)*h/2;
    printf("%.2lf",s);
    return 0;
    }
    
    
    
    • 1

    Information

    ID
    247
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    5
    Tags
    # Submissions
    76
    Accepted
    30
    Uploaded By