same_col
} else if (same_col(room1, room2) &&
} else if (same_col(room1, room2) &&
(!(same_row(rn,target_room) || same_col(rn,target_room))) ||
(!(same_row(rn, de) || same_col(rn, de)))) {
static int same_col(int, int);