Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get correct file names per contest. #42

Closed
Enigmage opened this issue Dec 2, 2020 · 0 comments
Closed

Get correct file names per contest. #42

Enigmage opened this issue Dec 2, 2020 · 0 comments

Comments

@Enigmage
Copy link
Contributor

Enigmage commented Dec 2, 2020

As we know not everytime questions in Codeforces rounds are A,B,C,D,E,F sometimes they are A, B, C1,C2,D, E , A,B,C,D,E,F,G , A, B,C,D, E1, E2, F etc. So initializing a generic A,B,C,D,E,F for all contests might create some inconsistencies. We need to get the correct filenames according to the contest.

Locally I have solved this by using web scraping to extract the correct names of the questions for each contest by using the contest name provided as argument to the init command.

EDIT: I would like to make a PR for this once this is reviewed by the Mentor and other conflicting PRs are merged.

@Enigmage Enigmage changed the title Get correct file names. Get correct file names per contest. Dec 3, 2020
@Enigmage Enigmage closed this as completed Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant