Re: [gcj] Is the scoring rule strange?

2019-05-01 Thread Luke Pebody
Yes, this is correct.

On Wed, 1 May 2019, 1:46 pm 姚炫容,  wrote:

> Bartholomew Furrow於 2019年4月30日星期二 UTC+8下午11時09分58秒寫道:
> > During the contest, you can't see whether you solved hidden inputs
> correctly or not. The score you see on the scoreboard, which I'll call your
> "apparent score," is what your score would be if you solved every possible
> hidden input correctly. If you make an additional attempt, your apparent
> score can only get worse -- but your real score might get better.
> > For example, if you first submit O(N^2) code for a problem with a hidden
> input of size 10^6, then later submit O(N) code, your apparent score goes
> down (because your submission is now later), but your actual score could go
> up.
> >
> >
> > Does that help?
> > Bartholomew
> >
> >
> > On Tue, Apr 30, 2019 at 8:05 AM 姚炫容  wrote:
> > Once your attempt solve all the test set(visible and hidden), then any
> additional attempt will lower your final score for penalty time, or even
> for the score.
> >
> >
> >
> > Is it right?
> >
> >
> >
> > --
> >
> > 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 googl...@googlegroups.com.
> >
> > To post to this group, send email to googl...@googlegroups.com.
> >
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-code/033b23a0-066c-43b2-8499-ac06b80872df%40googlegroups.com
> .
> >
> > For more options, visit https://groups.google.com/d/optout.
>
> yes, but if my first submit is O(N) and solve all the test set, then any
> additional submit will make my score worse.
>
> --
> 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/957cd774-75b9-4c65-bc17-4856b522b17e%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/CAECKw-MshbPGHjUyBQO75u7oiHXK%3DVv00yXts8o-aB4vmS0JLg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gcj] Is the scoring rule strange?

2019-05-01 Thread 姚炫容
Bartholomew Furrow於 2019年4月30日星期二 UTC+8下午11時09分58秒寫道:
> During the contest, you can't see whether you solved hidden inputs correctly 
> or not. The score you see on the scoreboard, which I'll call your "apparent 
> score," is what your score would be if you solved every possible hidden input 
> correctly. If you make an additional attempt, your apparent score can only 
> get worse -- but your real score might get better.
> For example, if you first submit O(N^2) code for a problem with a hidden 
> input of size 10^6, then later submit O(N) code, your apparent score goes 
> down (because your submission is now later), but your actual score could go 
> up.
> 
> 
> Does that help?
> Bartholomew
> 
> 
> On Tue, Apr 30, 2019 at 8:05 AM 姚炫容  wrote:
> Once your attempt solve all the test set(visible and hidden), then any 
> additional attempt will lower your final score for penalty time, or even for 
> the score.
> 
> 
> 
> Is it right?
> 
> 
> 
> -- 
> 
> 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 googl...@googlegroups.com.
> 
> To post to this group, send email to googl...@googlegroups.com.
> 
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-code/033b23a0-066c-43b2-8499-ac06b80872df%40googlegroups.com.
> 
> For more options, visit https://groups.google.com/d/optout.

yes, but if my first submit is O(N) and solve all the test set, then any 
additional submit will make my score worse.

-- 
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/957cd774-75b9-4c65-bc17-4856b522b17e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gcj] Is the scoring rule strange?

2019-04-30 Thread Bartholomew Furrow
During the contest, you can't see whether you solved hidden inputs
correctly or not. The score you see on the scoreboard, which I'll call your
"apparent score," is what your score would be if you solved every possible
hidden input correctly. If you make an additional attempt, your apparent
score can only get worse -- but your real score might get better.

For example, if you first submit O(N^2) code for a problem with a hidden
input of size 10^6, then later submit O(N) code, your apparent score goes
down (because your submission is now later), but your actual score could go
up.

Does that help?
Bartholomew

On Tue, Apr 30, 2019 at 8:05 AM 姚炫容  wrote:

> Once your attempt solve all the test set(visible and hidden), then any
> additional attempt will lower your final score for penalty time, or even
> for the score.
>
> Is it right?
>
> --
> 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/033b23a0-066c-43b2-8499-ac06b80872df%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/CAHaiWHOJ1GxHCF43D47ii-ZWZzxLp1MbhOti8KenZnLwGg5Crw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gcj] Is the scoring rule strange?

2019-04-30 Thread 姚炫容
Once your attempt solve all the test set(visible and hidden), then any 
additional attempt will lower your final score for penalty time, or even for 
the score.

Is it right?

-- 
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/033b23a0-066c-43b2-8499-ac06b80872df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.