I know you already corrected yourself about the sample case. But I think not only you were confused about something, I said my code was accepted at practice room, what wasn't understood is that it was at first try, I wasn't participating in round 1B and I didn't find the statement ambiguous.
Someone posted an input and asked for the answer, but the case was invalid, so I quoted the statement to show him why it was invalid. Sorry for the confusion, Carlos Guía On Sun, May 23, 2010 at 2:55 AM, haibrenner <[email protected]> wrote: > First looking at the sample input and output, which is supplied > directly after the problem brief, > would immediately prove you wrong. > Maybe the problem is described ambiguously, but the example is not. > I believe that since you didn't ask about the sample during the > competition, they wouldn't change your scores. > > > On May 23, 1:10 am, Carlos Guia <[email protected]> wrote: > > My code, accepted in practice room gives 2, but the answer is clearly 1, > but > > I believe the input is invalid > > > > This list will include every directory already on your computer other > than > > > > > the root directory. (The root directory is on every computer, so there > is no > > > need to list it explicitly.) > > > > I that means /home *must* be listed, so the case is > > 1 > > 2 1 > > /home/gcj > > /home > > /home/x > > > > So even if someones code doesn't check for the case you posted should > give > > correct answer to a valid input. > > > > Carlos Guía > > > > On Sat, May 22, 2010 at 6:06 PM, Mikhail Dektyarev < > > > > > > > > [email protected]> wrote: > > > Correct output is > > > Case #1: 1 > > > because we need to create catalog "/home/x" > > > > > On Sat, May 22, 2010 at 11:55 PM, Paulo Cezar Pereira Costa < > > > [email protected]> wrote: > > > > >> I was taking a look at Gluk's code for problem A, > > >> seems like his code generate a wrong output, or I didn't understood > the > > >> problem statement.. > > > > >> The case: > > >> 1 > > >> 1 1 > > >> /home/gcj > > >> /home/x > > > > >> What's the correct output ? > > > > >> On Sat, May 22, 2010 at 3:41 PM, Bharath Balakrishnan < > > >> [email protected]> wrote: > > > > >>> I am not sure about a tree. But a greedy approach that creates the > > >>> required directories in increasing order of the number of separators > '/' in > > >>> the name, works. > > > > >>> On Sun, May 23, 2010 at 12:03 AM, Abdelrhman Abotaleb < > > >>> [email protected]> wrote: > > > > >>>> Is the answer of the first problem needs a general tree !? > > >>>> could any one provide me with a suitable splitting c++ code with a > > >>>> dilemeter > > >>>> thanks a lot > > > > >>>> -- > > >>>> Regards, > > >>>> Abdelrhman.M. Abotaleb > > > > >>>> IEEE 2010 Student Chapter, > > >>>> AC Active member > > >>>> SPE 2009 Well Services Moderator > > >>>> cairo.spe.org > > > > >>>> Major: Electronics & Communications > > >>>> Minor: Computer Engineering > > > > >>>> -- > > >>>> 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. > > > > >>> -- > > >>> Regards, > > >>> Bharath B > > > > >>> "When the going gets tough, the tough get going" > > > > >>> -- > > >>> 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. > > > > >> -- > > >> Paulo Cezar Pereira Costa > > >> Graduando em Ciência da Computação > > >> Universidade Federal de Goiás > > > > >> -- > > >> 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. > > > > > -- > > > Best regards, Дектярев Михаил > > > > > -- > > > 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. > > -- 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.
