一道考验智商的题~
哈哈哈
数学or物理问题
#include<stdio.h>
int main() {
double l,p,q;
while(scanf("%lf %lf %lf",&l,&p,&q)!=EOF) {
printf("%.3lf\n",l*(p/(p+q)));
}
return 0;
}
一道考验智商的题~
哈哈哈
数学or物理问题
#include<stdio.h>
int main() {
double l,p,q;
while(scanf("%lf %lf %lf",&l,&p,&q)!=EOF) {
printf("%.3lf\n",l*(p/(p+q)));
}
return 0;
}