原题链接 #include<stdio.h> main() { int N; double M,X,Y,Z,t; float s; scanf("%d",&N); while(N--) { scanf("%lf%lf%lf%lf",&M,&X,&Y,&Z); t=(M*X)/(Y-X),s=Z*t; printf("%.2f\n",s); } } 运行号 用户 题目 结果 时间 内存 语言 提交时间 815771hpu_yw兄弟郊游问题Accepted0232C/C++04-15 10:21:49