This is the collection of blazingly fast solutions of all problems from The CSES Problem Set
**Write solution with this template.
Username:/scrape/userdata/usernamePassword:/scrape/userdata/passwordCookie:/scrape/userdata/cookie
- Go to https://cses.fi/login (Login if you're not logged in)
- Go to inspect mode (Shortcut: Ctrl + Shift + I)
- Go to console and write the following command:
document.cookie
- Clone the repository
git clone --depth=1 https://github.com/sumit-ftr/cses-problem-set.git
- Go to your preferred problem url. Copy the
4digit number (problem rating) present in the url. - Enter the scrape directory
cd cses-problem-set/scrape
- Run scrape
cargo run --release <problem_rating>