pub fn part2(input: &[&str]) -> u32
Group lines into chunks of 3, then compute the mutual set intersection.