pub fn parse(input: &str) -> Vec<(u32, u32, u32)>
Parse each game into the maximum red, green and blue values.