[Community puzzle] Osu! Standard Score Calculator

Hi,

I just finished the Osu Score Calculator problem, and I saw two misleading points in the rules:

  • The combo must be initialized at 0 and not 1 in order to pass the test cases.
  • It appears that the final accuracy must be rounded to the nearest, and not to the upper (i.e. Math.round() instead of Math.ceil()).

It would help to have rules as clear as possible, especially given their size.

admin edit: pinging author
@Shoko841

1 Like