11666 - Logarithms
Moderator: Board moderators
-
- Learning poster
- Posts: 76
- Joined: Mon Jul 21, 2008 8:50 am
- Location: SUST,SYLHET,BANGLADESH.
- Contact:
Re: 11666 Logarithms WA again and agian
this message is spam. you should report when you see this.
Heal The World
-
- Experienced poster
- Posts: 147
- Joined: Mon Jun 07, 2010 11:43 am
- Location: University Of Dhaka,Bangladesh
- Contact:
Re: 11666 Logarithms WA again and agian
The problem is not that hard,high school math is enough,value of L can be found by linear search as you should see L<=31.
But avoiding precision error is pain. I got wa using long double,got wa using eps. i got ac using double and no eps. find power of e using exp() function.
But avoiding precision error is pain. I got wa using long double,got wa using eps. i got ac using double and no eps. find power of e using exp() function.
UVa stats: http://felix-halim.net/uva/hunting.php?id=63448
My blog on programming: http://www.shafaetsplanet.com/planetcoding/
My blog on programming: http://www.shafaetsplanet.com/planetcoding/