Is it possible to get number of points for tie break problem in practice ?

Finally I found a bug in my implementation of Killing Gs problem :slight_smile:

Is it possible to get the number of points (from [0-1] interval) I would have in contest if my solution works?

1 Like

you can get them on that page.

remember :

Scoring

For each test case, the score is
defined as (basic - your) / basic,
where your is the cost of your set and
basic is the cost of the set given by
CKROACH_simplesolution.c. If the score
is negative, it is treated as 0. Your
objective is to maximize the total
score.

2 Likes

Thanks, I didn’t check my submissions page when the point where not displayed on AC page.