Ad
  • Custom User Avatar

    I think it abuses the leftover values already present in the registers when the user's function (find_average() here) is called. There is an anti-cheat technique used for NASM on Codewars to prevent that, but I don't remember the specifics (for example adding a dummy 3rd parameter when calling find_average() does reset rdx and your solution no longer passes)