@rishabh : in your solution u have taken scores of last 4 teams as 6 4 2 0. what if i take 2 2 2 2 then the ans would be 56-(2+2+2+2)/4 = 12...!!!
and i can also take the scores of last 4 teams as 6 4 4 2 then the ans would be 56-(6+4+4+2)/4 = 10!!! so how you can say it would be 11? On Fri, May 27, 2011 at 6:52 AM, Rishabh Maurya <[email protected]>wrote: > No , you are wrong .. problem statement says how many matches should a > teams win to ensure its qualification , their no word like minimum or > maximum ... > 8 gets wrong if following situation arises > > 1 -> 9 > 2 -> 9 > 3 -> 9 > 4 -> 9 > 5 -> 8 > 6 -> 6 > 7 -> 4 > 8 -> 2 > > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- -Arpit Mittal 6th Semester, Indian Institute of Information Technology,Allahabad Email : [email protected] [email protected] Contact : +91-8853049787 Let every man be respected as an individual and no man idolized. -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
