are you referring to acm problems? Sincerely, Lev A. Neiman.
On Thu, Oct 1, 2009 at 2:06 PM, kumaran arumugam <[email protected]> wrote: > I tried d same.. > But the practice judge says that time limit is exceeded....... > > > On Thu, Oct 1, 2009 at 11:13 PM, kumaran arumugam <[email protected]>wrote: > >> Thank you... >> >> >> On 10/1/09, Lev Neiman <[email protected]> wrote: >> > while( !cin.eof() ) >> > { >> > // process cases. >> > >> > } >> > Sincerely, >> > Lev A. Neiman. >> > >> > >> > On Thu, Oct 1, 2009 at 12:31 PM, kumaran arumugam <[email protected]> >> wrote: >> > >> >> >> >> Ya i have the option to take 1 case... >> >> n hw to use the eof approach..can u give an example please? >> >> >> >> >> >> On 10/1/09, Mikhail Dektyarev <[email protected]> wrote: >> >> > If you have a way to read one and only one case - you'll simple read >> >> tests >> >> > until the end of file.If no - there is no way to do it. >> >> > >> >> > On Thu, Oct 1, 2009 at 7:58 PM, kumaran arumugam <[email protected]> >> >> wrote: >> >> > >> >> >> >> >> >> Hw to accept multiple test cases as input when the number of test >> >> >> cases is not known..? >> >> >> >> >> >> > >> >> >> >> >> > >> >> > >> >> > -- >> >> > 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] For more options, visit this group at http://groups.google.com/group/google-code?hl=en -~----------~----~----~----~------~----~------~--~---
