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 languages. Speed should be considered when
making your language choice, such as in real life. However, for compiled
language, TL applies to the sum of the time it takes to compile and to run
them, so even if they are still faster, they are not getting the advantage
of not having to compile-as-they-run.


> 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 not
> completely accepted like Hackerrank?
>

Just subtask based.

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/CANa5jcARcVxPFxj64_8Qt_KiPRdVGJtvQoZCb-MFO46BvJ-KSw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 not completely 
accepted like Hackerrank?

-- 
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/2b0915cb-27bc-40e9-a631-04e7227fb890%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Rosamiran 
wrote:

> I read that there's a time limit? How long can you answer a question?
>
> --
> 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/21d92373-78b0-4167-bf9e-0a06217cf533%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/CANa5jcD%2BsEWQnTWiCwewhgeWxtdGye6%2BRgMkxaea4OGeisaK5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.