1 条题解

  • 0
    @ 2025-9-22 18:48:19

    #include<bits/stdc++.h> using namespace std; int main() { int b; double r,d,a,c; scanf("%lf",&a); for(int b=1;b<=a;b++){ scanf("%lf",&c); d+=c; } r=d/a; printf("%.2lf",r); return 0; }

    • 1

    信息

    ID
    330
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    16
    已通过
    10
    上传者