pub fn fetch_testcases_for_problem(
contest_id: &i64,
problem_index: &str,
) -> Result<Vec<String>, Error>
Expand description
Extra utility function which webscrapes problem pages to get input testcases to a given problem.
Used internally to provide
problem.fetch_testcases()
.