UVA 10286(Geometry)Trouble with a Pentagon
UVA 10286(Geometry):
Solution:
#include<math.h>
#include<cstdio>
#define pi acos(-1)
#define constf (cos(pi/20)+(sin(pi/20)*tan(3*pi/20)))
using namespace std;
int main(){
double P;
while(cin>>P){
printf("%.10lf\n",P*constf);
}return 0;
}
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন