This Python script is designed for extracting problems from VJudge with VJudge format for private contests that can't be cloned. It utilizes the BeautifulSoup library for parsing HTML.
- Download the HTML page of the contest from VJudge that you want to extract problems from.
- Get the path of the downloaded HTML file.
- Run the program and provide the path to the HTML file.
- The program will automatically find the problems with their IDs and format them in VJudge problem set format.
- Add the problem set to Vjudge with Vjudge Format
python main.py








