Re: [gcj] Re: templates in java

2011-05-24 Thread Tiezhen WANG
Cool! Merci beaucoup! Le 24/05/2011 17:39, Christoph Dürr a écrit : When reading large inputs, I use this class as a replacement for Scanner. http://www.enseignement.polytechnique.fr/informatique/INF441/INF441b/code/MyScanner.java Best, Christoph -- You received this message because you

Re: [gcj] Re: templates in java

2011-05-22 Thread wang tiezhen
Hi, I've checked out his code. It seems to be nice. But I am wondering why does he creates many methods for input work by his own other than using the scanner? I found that in round1a, Egor failed at the large input for A, partly because of this template who does not support long type actually.

[gcj] Re: templates in java

2011-05-21 Thread roirosenthal
Hi Umer, check out Egor solutions - ranked 35 in 2011 round1a He is using a very nice Java template best of luck Roi On May 21, 3:40 am, Umer Farooq the.um...@gmail.com wrote: Hello, I use java for programming competitions instead of c. Can anyone give me some link from where i can find

[gcj] Re: templates in java

2011-05-21 Thread DebUggEr
What Kind of templates are you asking for, shoudnt you write one for yourself? -- 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

Re: [gcj] Re: templates in java

2011-05-21 Thread Tiezhen WANG
I am searching for that too. Thank you! Le 21/05/2011 12:21, roirosenthal a écrit : Hi Umer, check out Egor solutions - ranked 35 in 2011 round1a He is using a very nice Java template best of luck Roi On May 21, 3:40 am, Umer Farooqthe.um...@gmail.com wrote: Hello, I use java for

Re: [gcj] Re: templates in java

2011-05-21 Thread Umer Farooq
Well actually, I was looking for techniques for writing templates. RoiroSenthal, thanks for your recommendation friend :) On Sun, May 22, 2011 at 1:53 AM, Tiezhen WANG jwz...@gmail.com wrote: I am searching for that too. Thank you! Le 21/05/2011 12:21, roirosenthal a écrit : Hi Umer,