Problem parser designed for Leetcode
Link : Click
- This parser works only for Leetcode Contests.
- Regular Leetcode Problems are not yet supported
- Open the Problem Page from a contest
- Right click anywhere and click on "View page source"
- Copy everything using Ctrl + A
- Go to Leetcode2IDE\Parse Task
- Paste everything in editor, and click Run
- And you get your C++ Code ready to be run on an IDE