Re: [gcj] Could not open the .in file

2010-04-09 Thread Bharath Raghavendran
Let me give you an example. Suppose google asks you to write a code to add 2 numbers present in input file. It will make you download an input.in file which will look like below when opened in notepad or similar editors : 1 2 Also, once you solve the question you will be expected to upload the

Re: [gcj] Could not open the .in file

2010-04-09 Thread b b
use word pad On Fri, Apr 9, 2010 at 2:05 PM, paulsmithenator paulsmithena...@gmail.comwrote: How do you take any input in any of your programs? Paul Smith p...@pollyandpaul.co.uk On Fri, Apr 9, 2010 at 8:19 AM, dgcooldue dgcool...@gmail.com wrote: but how do we use them seems to be

[gcj] Could not open the .in file

2010-04-08 Thread joydeep
Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to google-c...@googlegroups.com. To unsubscribe from this group, send email to

Re: [gcj] Could not open the .in file

2010-04-08 Thread Fernando Cardoso
It's a plain text file. You can use the text editor you like most. On Thu, Apr 8, 2010 at 2:19 AM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed to the Google

Re: [gcj] Could not open the .in file

2010-04-08 Thread Paul Smith
It's just a text file. On Thu, Apr 8, 2010 at 6:19 AM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to

Re: [gcj] Could not open the .in file

2010-04-08 Thread Daniel Lubarov
It's just a text file, as I recall. Any text editor should be able to open it. On Wed, Apr 7, 2010 at 10:19 PM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed

Re: [gcj] Could not open the .in file

2010-04-08 Thread Bharath Raghavendran
you can use open with option and open it in notepad. On 8 April 2010 10:49, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed to the Google Groups google-codejam

Re: [gcj] Could not open the .in file

2010-04-08 Thread Anil Kishore
For seeing the formatting ( newlines etc., ) better, you may want to download some good text editors. Notepad may not work for this. I'm using notepad++ ,which is open source. If you are on linux, vim or gedit should be fine. - AK On Thu, Apr 8, 2010 at 10:49 AM, joydeep

Re: [gcj] Could not open the .in file

2010-04-08 Thread naresh krishnan
make use of any text editors, TEXTPAD wud be good http://in.linkedin.com/in/nareshkrishnan On Thu, Apr 8, 2010 at 10:49 AM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are

Re: [gcj] Could not open the .in file

2010-04-08 Thread watashi
rename it to .txt or open it with any editor, e.g. notepad.exe :-) but I think you should write code to read it in your program or use the '' redirection in cmd/shell. On Thu, Apr 8, 2010 at 1:19 PM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file

Re: [gcj] Could not open the .in file

2010-04-08 Thread Erick Njenga
If you are on a windows machine, then I'd suggest opening it with wordpad -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to google-c...@googlegroups.com. To unsubscribe from this group, send email to

Re: [gcj] Could not open the .in file

2010-04-08 Thread Apurva Saurabh
Hi, Try opening in Wordpad. Thanks, Apurva On Thu, Apr 8, 2010 at 10:49 AM, joydeep joydeep.mond...@gmail.com wrote: Can you tell me that how to open the.in extension file of practice problem file. -- You received this message because you are subscribed to the Google Groups

Re: [gcj] Could not open the .in file

2010-04-08 Thread dgcooldue
right... i was able to open it with Wordpad On Thu, Apr 8, 2010 at 5:54 PM, Apurva Saurabh saurabh.apu...@gmail.comwrote: Hi, Try opening in Wordpad. Thanks, Apurva On Thu, Apr 8, 2010 at 10:49 AM, joydeep joydeep.mond...@gmail.comwrote: Can you tell me that how to open

Re: [gcj] Could not open the .in file

2010-04-08 Thread sandy tHe dAGgeR
what to do with the numbers in the .in files -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to google-c...@googlegroups.com. To unsubscribe from this group, send email to

Re: [gcj] Could not open the .in file

2010-04-08 Thread Paul Smith
Well, for that you'll have to read the question that you downloaded the .in file from. Paul Smith p...@pollyandpaul.co.uk On Thu, Apr 8, 2010 at 7:23 PM, sandy tHe dAGgeR san01...@gmail.com wrote: what to do with the numbers in the .in files -- You received this message because you are