예제 #1
0
def find_solution(rectangles):
    return Driver.find_naive_solution(rectangles)  # a working example!