- Goto https://codeforces.com/problemset and use this url in program
- $pip install bs4
- $pip install requests
- Input will be url of problemsets
- output will be txt file(containing the description of problem) for each problem
Web-Scraping, Data collection (problem set description)from codeforces(programming contest platform)
Python