Alternatively you can just use Java, and it's Scanner class :D 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. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
