if 7 is at rank 3, then 3 must be a part of a set, and it isn't for your examples.
On Sun, May 23, 2010 at 10:27 AM, Gökhan Çetin <[email protected]> wrote: > why we are not counting the subsets > > {2,4,7} > {2,5,7} > {2,6,7} > > ? > > 2010/5/22 JaySicks <[email protected]> > > oh, thanks >> >> On May 22, 9:58 pm, Carlos Guia <[email protected]> wrote: >> > You are missing >> > {3, 4, 5, 6, 7} >> > >> > Carlos Guía >> > >> > >> > >> > On Sat, May 22, 2010 at 3:41 PM, JaySicks <[email protected]> wrote: >> > > Hi all! >> > >> > > Could you please help me? Maybe I'm missing something in the 'Pure' >> > > problem. >> > >> > > I downloaded a solution, and the answer for the input '7' was 14. >> > > however, I only found 13 valid subsets, where 7 is 'Pure'. >> > >> > > so I thought: >> > > we should select subsets of this set: >> > > {2,3,4,5,6,7} >> > >> > > the subsets I found: >> > > {7} >> > > {2,7} >> > > {2,3,7} >> > > {3,4,7} >> > > {3,5,7} >> > > {3,6,7} >> > > {2,3,4,7} >> > > {2,4,5,7} >> > > {2,4,6,7} >> > > {4,5,6,7} >> > > {2,3,4,5,7} >> > > {2,3,5,6,7} >> > > {2,3,4,5,6,7} >> > >> > > there should be one more however... :/ >> > >> > > -- >> > > You received this message because you are subscribed to the Google >> Groups >> > > "google-codejam" group. >> > > To post to this group, send email to [email protected]. >> > > To unsubscribe from this group, send email to >> > > [email protected]<google-code%[email protected]> >> <google-code%[email protected]<google-code%[email protected]> >> > >> > > . >> > > For more options, visit this group at >> > >http://groups.google.com/group/google-code?hl=en. >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "google-codejam" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> [email protected]<google-code%[email protected]> >> . >> > For more options, visit this group athttp:// >> groups.google.com/group/google-code?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "google-codejam" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-code%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-code?hl=en. >> >> > > > -- > G.Ç > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-code%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > -- You received this message because you are subscribed to the Google Groups "google-codejam" 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/google-code?hl=en.
