pub fn get_dataset_from_codeforces_api( contest_id_file: impl AsRef<Path>, ) -> impl Dataset<Item = Contest>
Helper function to get contest results from the Codeforces API.