#include<bits/stdc++.h>
using namespace std;
int main()
{
int T,n,c=1;
double R;
scanf("%d",&T);
while(T--)
{
scanf("%lf%d",&R,&n);
printf("Case %d: %.10lf\n",c++,(R*sin(2*acos(0.0)/n))/(1+sin(2*acos(0.0)/n)));
}
return 0;
}
Subscribe to:
Post Comments (Atom)
Triathlon
Triathlon - CodeChef # include < bits/stdc++.h > using namespace std ; # define fi first # define se second # define mp ...
-
# include < bits/stdc++.h > using namespace std ; int main ( ) { int T , c = 1 ; double r1 , r2 , h , p ; // ...
-
# include < bits/stdc++.h > using namespace std ; int main ( ) { long long T , S , l , n , c = 1 ; // freopen(&qu...
-
# include < bits/stdc++.h > using namespace std ; int main ( ) { int T , n , p , q , c = 1 , i , w , t , arry [ 50 ] ; ...
No comments:
Post a Comment