2 条题解

  • 0
    @ 2024-12-15 16:04:13

    #include<bits/stdc++.h> using namespace std; int main() { double a,b,c; a=69.6-59.4; b=69.6-59.8; c=6*9.6-a-b; c/=4; printf("%5.2f",c); return 0; }

    • -2
      @ 2024-11-2 11:47:45
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	double a,b,c;
      	a=6*9.6-5*9.4;
      	b=6*9.6-5*9.8;
      	c=6*9.6-a-b;
      	c/=4;
      	printf("%5.2f",c);
      	return 0;
      }
      
      • 1

      信息

      ID
      455
      时间
      1000ms
      内存
      64MiB
      难度
      7
      标签
      递交数
      20
      已通过
      9
      上传者