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

pi = acos(-1);试试

Posted by 19861020 at 2006-04-24 18:23:20 on Problem 1799
In Reply To:哪位高手帮忙下呀,没理由错的啊!!郁闷ING Posted by:v123 at 2006-04-24 18:21:08
> #include<iostream>
> #include<math.h>
> using namespace std;
> void main()
> {
> 	int n,i=1;
> 	cin>>n;
> 	for(i=1;i<n+1;i++)//while(n--)
> 	{
> 		double R;
> 		int num;
> 		cin>>R>>num;		
> 		double r=0.0,t=0.0;
> 		double pi=3.1415926;	    
> 		t=sin(pi/num);
> 		r=R*t/(t+1.0);		
> 		printf("Scenario #%d:\n%.3f\n\n",i,r);		
> 	}
> }

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