fn manhatten_distance(
    (y_a, x_a): (isize, isize),
    (y_b, x_b): (isize, isize)
) -> isize