Each problem specifies all parameters to considerate to solve it. So, each test cases is well defined by its parameters.
You can put in your code a FOR for each test case, then, inside this FOR, you put your code to solve each problem and the output this solution and so on.... 2012/4/13 anujCD247 <[email protected]>: > how to differentiate the test cases input ,is it newline or space,we have to > read the file from our program right. > > -- > 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/-/EJvKs4cX1J8J. > 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.
