2 条题解

  • 0
    @ 2026-9-17 15:50:24

    #include <bits/stdc++.h> using namespace std; double n = 15, p=25,h=150/2/15;

    int main() {

    cout << fixed << setprecision(2) <<(n+p)*h/2;
    
    return 0;
    

    } 错的别抄

    • -2
      @ 2025-7-5 11:29:01

      400.00

    • 1

    信息

    ID
    360
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    715
    已通过
    197
    上传者