摘要: 此题异常简单,代码如下,无注释 #include<stdio.h> #include<math.h> float hs(int a,int b,int c){ float s; s=(4.25*(a+b)+log(a+b+sqrt(a+b)+1/(a+b)))/(4.25*c+log(c+sqrt( 阅读全文
posted @ 2022-09-10 18:49 码羊 阅读(28) 评论(0) 推荐(0)