| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
感觉自从学了C++以后越发觉得C++的格式输出不如C那么好用了#include <iostream>
#include <stdio.h>
#include <cmath>
using namespace std;
int main()
{
double vs,r,c,w,vr;
int i,t;
cin>>vs>>r>>c>>t;
while(t--)
{
cin>>w;
vr=c*r*w*vs/sqrt(1+c*r*w*c*r*w);
printf("%.3lf\n",vr);
}
return 0;
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator