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++#include <stdio.h> #include <math.h> int main() { double vs,r,c,w,vr; int i,t; scanf("%lf %lf %lf %d",&vs,&r,&c,&t); for(i=1;i<=t;i++) { scanf("%lf",&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