The problem itself will tell you. It depends on the problem but either a test case will be a specific number of lines long, or, if it's variable, one of the first lines of the case will tell you how long the case is.
The first line of the input as a whole is usually the number of test cases. Of course, this has been true for previous years and might not necessarily be true for this or future years. Paul Smith [email protected] On Fri, Apr 13, 2012 at 6:47 PM, anujCD247 <[email protected]> wrote: > how can we differentiate different test cases in the input file(by space or > newline or by what factor) > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-code/-/8tcG9Y77my4J. > 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. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" 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.
