标签:blog class code div com size http string tar margin 404
#include <stdio.h>
#include <string.h>
#include <math.h>
double l, f;
int main() {
while (~scanf("%lf%lf", &l, &f) && l || f) {
double v = sqrt(2 * l * f);
double t = l / v + v / (2 * f);
printf("%.8lf %.8lf\n", v, 3600 / t);
}
return 0;
}UVA 10693 10693 - Traffic Volume(数论),码迷,mamicode.com
UVA 10693 10693 - Traffic Volume(数论)
标签:blog class code div com size http string tar margin 404
原文地址:http://blog.csdn.net/accelerator_/article/details/24579073