1 条题解

  • 0
    @ 2024-5-30 17:11:00

    #include using namespace std; int main(){ double a,l,d,K; cin>>a; for(int i=0;i<a;i++){ cin>>l; d=d+l; K=d/a; } printf("%.2f", K); return 0; }

    • 1

    信息

    ID
    104
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    (无)
    递交数
    6
    已通过
    5
    上传者