Ad
  • Default User Avatar

    I need help with this one. My NASM fails the random tests.

    I went and did it in C and I managed, but still my NASM seems to choose at random.

  • Default User Avatar

    @boandli is definitely onto something, I came here to report the same. The current problem statement requires "all" for 1 student, but the tests say otherwise. His post isn't labelled as an issue, so I'm raising it separately.

  • Custom User Avatar
    • Ruby 3.0 should be enabled (Refer this & this for more detail)
  • Custom User Avatar

    This task definetely has a problem. My solution passed the test, and then failed with error kind of "expected Michael, but got Abram". (By the way, it's way too small information to solve the problem). But wonder is: then attempt was good without any changes in solution. I think, it should not be.

  • Custom User Avatar

    Description specifies what to arbitrarily return if students.length===1 and completely ignores students.length===0.