#include <stdio.h>
int main()
{
double h,j,m,t,l;
scanf("%lf",&h);
scanf("%lf %lf %lf",&j,&m,&t);
l = h/(j + m) * t;
printf("%.2f",l);
return 0;
}
又学会保留小数点方法,和注意一些小细节
相关文章
- 12-12“二十一天好习惯”第一期-17
- 12-12“二十一天好习惯”第一期-14
- 12-12二十一天好习惯 第一期 零一
- 12-12二十一天好习惯 第一期-10
- 12-12二十一天好习惯 第一期-6