Ad
  • Custom User Avatar

    In Rust, in some random tests the provided ids in the lifts list are not unique and the test can only be passed if you use the id's first appearance.
    This defies the concept of an id.

    Furthermore sometimes ids are passed in the rides list which do not occur in the lifts List.

    It either should be specified in the description what happens in these cases or the tests should be corrected.