Hello,
Could you please keep 10 decimal digits for the scores on the leaderboard? Now, we can only see 4 decimal digits.
It seems that we are competing for more decimal digits. For example, the top 1 and the runner up, although it seems that they are both 0, they have different scores in the background which we cannot see. If we cannot see more decimal digits, we cannot know which is our best solution. Therefore, in the code reviewing phase, it will be difficult for us to decide which codes to submit.
It should be very easy to change at the backend of this website. Just round to 10 decimals instead of 4. The reason for 10 is that in our local test, it will be very very close to zero. Less than 10 may not be enough. Many thanks in advance.