Re: [gcj] Regarding output file for submission

2013-03-11 Thread Konjoh Elvis
Exactly! and thanks to help 2013/3/11 Amir Hossein Sharifzadeh amirsharifza...@gmail.com Exactly! On 3/10/13, Bartholomew Furrow fur...@gmail.com wrote: On Mar 9, 2013 7:16 PM, Amir Hossein Sharifzadeh amirsharifza...@gmail.com wrote: During contest time you should first submit the

Re: [gcj] Regarding output file for submission

2013-03-10 Thread Bartholomew Furrow
On Mar 9, 2013 7:16 PM, Amir Hossein Sharifzadeh amirsharifza...@gmail.com wrote: During contest time you should first submit the output for grading (e.g Hello.out) and after upload a ZIP archive containing multiple source code files, as long as their total uncompressed size does not exceed

Re: [gcj] Regarding output file for submission

2013-03-10 Thread Amir Hossein Sharifzadeh
Exactly! On 3/10/13, Bartholomew Furrow fur...@gmail.com wrote: On Mar 9, 2013 7:16 PM, Amir Hossein Sharifzadeh amirsharifza...@gmail.com wrote: During contest time you should first submit the output for grading (e.g Hello.out) and after upload a ZIP archive containing multiple source

[gcj] Regarding output file for submission

2013-03-09 Thread Mobarak
Hello, Its my first time participating in Codejam. I solve a practice problem but i can't submit it. Actually I don't understand which output file(.c,.cpp, .exe ) i have to submit? Thanks -- You received this message because you are subscribed to the Google Groups Google Code Jam group. To

Re: [gcj] Regarding output file for submission

2013-03-09 Thread Paul Smith
Not c, not cpp, not exe. Your program operates on an input file, and makes some output. You probably output the case answers to stdout. Redirect this output to a .txt file, and submit that. In the competition for real you also have to upload source, so then you will need to upload the .c or