2 条题解

  • 0
    @ 2025-10-22 20:13:38

    #include <stdio.h> #include <math.h> int main() { int a,b,c; scanf("%d %d %d",&a,&b,&c); int sum=a+b+c; int product=abc; double average=sum/3.0; printf("%d %d %.2f\n",sum,product,average); return 0;

    }

    信息

    ID
    197
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    1372
    已通过
    460
    上传者