Re: [gcj] Code Jam time limit

2018-03-13 Thread 'Pablo Heiber' via Google Code Jam
On Tue, Mar 13, 2018 at 12:07 PM, taranpreetsinghchhabra < taranpreetsinghchha...@gmail.com> wrote: > Will different languages have different time limits? Like codechef allows > 2x time for java/python solutions as compared to cpp. (which is fair as i > believe) > > The same TL applies to all lang

Re: [gcj] Code Jam time limit

2018-03-13 Thread taranpreetsinghchhabra
Will different languages have different time limits? Like codechef allows 2x time for java/python solutions as compared to cpp. (which is fair as i believe) And, the scoring system of visible and hidden tests will be file based or suvtask based? Will we get points for files passed in a subtask n

Re: [gcj] Code Jam time limit

2018-03-13 Thread 'Pablo Heiber' via Google Code Jam
The time limit is how long your program is allowed to run, it doesn't limit how long you can take to read the statement, think of a solution and write the code. The time limit will be specified in the problem statement as it is per-dataset. Best, Pablo On Wed, Mar 7, 2018 at 10:48 PM, Angelo Rosa