Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

感觉自从学了C++以后越发觉得C++的格式输出不如C那么好用了

Posted by 201501060326 at 2016-03-27 22:11:15 on Problem 1045
#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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator