http://uva.onlinejudge.org/external/101/10195.html
- Use Heron's formula to calculate the area of the triangle
- r = 2A/(a+b+c);
- Critical test case. Input : 0 0 0, Output : The radius of the round table is: 0.000
http://uva.onlinejudge.org/external/101/10195.html
http://uva.onlinejudge.org/external/114/11462.html
http://uva.onlinejudge.org/external/109/10991.html
http://uva.onlinejudge.org/external/103/10347.html
Use the following formulas ::
area = (4*sqrt(o*sqrt( o*(o-m1)*(o-m2)*(o-m3) ) ))/3
o = (m1+m2+m3)/2;
do check for invalid triangle. and printf -1.000 for that.
http://uva.onlinejudge.org/external/107/10783.html
Just run a loop from a to b and add them with another variable s(initial value of s=0). Plz do check for either it is odd number or not.....
http://uva.onlinejudge.org/external/118/11805.html
There are 2 ways to solve the problem.
One
Using for loop upto no of passes while increasing the value of player no.
Two
Do simple calculation using no of passes, no player & starting point.
Hi! I'm Md Fasihul Kabir Rafi from Bangladesh, studying in Ahsanullah University of Science & Technology in Computer Science & Engineering Department. This is my personal blog. I want to share my experince (Though I don't know anything) with all of you.
I will constantly gonna post lost of helpful and interesting things for you. So please keep visiting my blog and also visite my website. If you want to email me then mail me at the following mail address, I will get touch with you ASAP.
Website : www.aboutrafi.net23.net
Email : blog@aboutrafi.net23.net
Copyright 2010 - Fasihul Kabir Rafi
|
free web counter |