• + 0 comments

    The problem statement clearly says "That also implies (a, b) is not same as (b, a)", but following that causes test case 5 to fail. To "fix" my solution, I had to treat (a, b) and (b, a) as identical. Please update the problem to reflect this.