On Thu, Oct 1, 2009 at 6:31 PM, Lev Neiman <[email protected]> wrote: > Alternatively you can just use Java, and it's Scanner class :D
But then, even if he got scanning right, he'd still get TLE. > Sincerely, > Lev A. Neiman. > > > On Thu, Oct 1, 2009 at 5:20 PM, Bartholomew Furrow <[email protected]> wrote: >>> >>> while( scanf("%d",&N)!=EOF ) >> >> Also: >> int x; >> while (cin >> x) { >> } >> works. >> > > > > > -- Piva --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
