fn parse_input(input: &String) -> (Vec<u32>, Vec<u32>)
Build up lists of ids from the puzzle input. The input is two columns of numbers separated by three spaces, e.g.
3 4 4 3 2 5 1 3 3 9 3 3