Function get_dataset_from_codeforces_api

Source
pub fn get_dataset_from_codeforces_api(
    contest_id_file: impl AsRef<Path>,
) -> impl Dataset<Item = Contest>
Expand description

Helper function to get contest results from the Codeforces API.