2 条题解

  • 0
    @ 2023-11-26 14:52:37
    #include<stdio.h>
    int main()
    {
       int a,b;
       float c;
       scanf("%d%d",&a,&b);
       c=a*b*1.0/2;
       printf("%.1f",c);
    
        return 0;
    }
    

    信息

    ID
    398
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    1132
    已通过
    254
    上传者