Hello World
Tuesday, 8 May 2012
UVa 10286 Trouble with a Pentagon Solution
#include<stdio.h>
int main()
{
double a,b;
while(scanf("%lf",&a)==1)
{
b=1.0673956817111818692592637626711*a;
printf("%.10lf\n",b);
}
return 0;
}
1 comment:
Unknown
3:56 am, January 05, 2014
ভাই, এই constant টা 1.0673956817111818692592637626711 কি ভাবে পেলাম ?
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
ভাই, এই constant টা 1.0673956817111818692592637626711 কি ভাবে পেলাম ?
ReplyDelete