• + 22 comments

    In python had to change recursion limit to work on the last two test inputs

    import sys sys.setrecursionlimit(15000)