2 条题解

  • 0
    @ 2024-10-8 7:59:22

    #include <stdio.h> #include <iso646.h> int main (void) {int A,B; double F=0.5; double C; scanf("%d%d",&A,&B); C=ABF; if (C>=0 and C<=5000) printf("%.1f",C); return 0; }

    • 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;
      }
      
      • 1

      信息

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