As far as i can remember, in the previous codejams, if you have submitted a right solution for a small input, u cannot download the small input again or re-submit a solution for it.
If you are making some change in code, you will already be having one input file and one accepted output file. Just re-run the code with the same input file and use the "diff" command between the new output file and old output file. If there is no difference, u can assume that ur new output file would also be accepted. On 29 April 2010 19:42, Jawad Rashid <[email protected]> wrote: > Hi there, > I have a question for small input for a problem that if i submit the > small input solution and my solution is accepted can i download a new small > input again without the timer ticking this time or not? The reason for > downloading the small input after acceptance of the solution is so i can > verify if my code will work correctly in all cases and move to program for > larger input. > > -- > Jawad Rashid > > -- > 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.
