Re: [gcj] what to do after seeing an question on dashboard

2018-03-07 Thread 'Pablo Heiber' via Google Code Jam
>
>
> In this year's Code Jam, rather than downloading inputs and uploading
> outputs, you will write code to be run on Google's servers. We haven't
> learned yet whether that code will need to read from stdin, read from a
> file, or what.
>
>
Thanks for pointing this out. As expected, you'll need to read input from
stdin and write output to stdout. We'll add this to the FAQs shortly.

Notice that at the bottom of our quickstart guide (now used for Kickstart
only) there is a small tutorial on reading from stdin and writing to
stdout, with examples in the most popular languages:

https://codejam.withgoogle.com/codejam/resources/quickstart-guide

Best,
Pablo

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/CANa5jcDTu_DrWdPStoJNWrbkwxrdwUvbFgsiRyc%3DaeuToJxY9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gcj] what to do after seeing an question on dashboard

2018-03-07 Thread Bartholomew Furrow
What language are you using? Typically what I do is write a program to read
from stdin and write to stdout. I read the input by running my program like

solution < input.in > myattempt.out

Then I upload myattempt.out.

In this year's Code Jam, rather than downloading inputs and uploading
outputs, you will write code to be run on Google's servers. We haven't
learned yet whether that code will need to read from stdin, read from a
file, or what.

I hope this helps!
Bartholomew

On Wed, Mar 7, 2018, 00:50 Ashutosh Ranjan,  wrote:

> please anyone tell me that what i need to do after seeing a question in
> dashboard. I didn't understand how to handle input output .
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Code Jam" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-code+unsubscr...@googlegroups.com.
> To post to this group, send email to google-code@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-code/fd651619-84c3-4a4f-950f-4ab27b13d3ae%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/CAHaiWHOnPFGw2vnoSO%3DgLjQSxmC9DjNZQYAz0HecPvCPjPPwTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gcj] what to do after seeing an question on dashboard

2018-03-06 Thread Ashutosh Ranjan
please anyone tell me that what i need to do after seeing a question in 
dashboard. I didn't understand how to handle input output . 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/fd651619-84c3-4a4f-950f-4ab27b13d3ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.