Hi,

In the scoreboard, when you click on "Solve A-small" or "Solve A-large" for
example with problem A, you will see a little form appear from which you can
download the input file, upload your output file, and upload your source
code.
If you go to practice, you will notice that the button to upload your code
is replaced with the text "not needed for the practice contest". Anyway now
you know where to upload it when the real contest starts ;)

Besides, I would have another question. Is it correct to have our source
code zip file contain folders? I am mainly using Java to solve problems and
I would like to put my code in several packages.

Best,
Julien Dubois
+33 (0)6 83 46 71 61
julien.dubois...@gmail.com
CV / Resume : www.julien-dubois.fr



2011/4/11 SILVY wijaya <helesthoriksilv...@gmail.com>

> Hello,I want to ask how to submit source code in google code jam? Help me
> please, I am newbie
>
> On 10 Apr 2011 23:50, "ravi shanker" <ravishanker....@gmail.com> wrote:
>
> Hi,
> For windows platform and Unix/Linux platform too, there is common mechanism
> of redirection.
>
> ex:- I have Demo.exe
>
> c:> Demo < input.in > output.out
>
> Here Demo will take the input from fine input.in and will redirect it
> output to the output.out
>
> The same way we exercise in Unix/Linux too:
>
> $ Demo < input.in > output.out
>
> Suppose we have written scanf("%d",&no) in our program and in the input.inwe 
> mention the number "12" so it will read 12 in "no" directly and when we
> write printf('%d",no) it will write it to
> the output.out in stead of stdout.
>
> Hope The will be helpful for you.
>
>
>
>
>
> On Mon, Apr 11, 2011 at 10:57 AM, Ram Shanker Saha <ramss...@gmail.com>
> wrote:
> >
> > Hi, In which...
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To...
>
>  --
> 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.
>

-- 
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