On Thu, Oct 1, 2009 at 6:31 PM, Lev Neiman <green.entheo...@gmail.com> 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 <fur...@gmail.com> 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 google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to