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

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,