David_Ezzat's blog

By David_Ezzat, 7 hours ago, In English

If you do a lot of competitive programming, you know how annoying it can be to manually copy test cases, create files, and compare outputs. That’s where CPH (Competitive Programming Helper) comes in—it automates all of that!

How It Works

- One Click to Fetch a Problem: With the CPH extension for Firefox, you can click a button on a problem page, and it will send the test cases directly to VS Code.

- Select Your Language: Open VS Code, pick your programming language, and you're good to go.

- Auto-Generated File: CPH creates a file with sample test cases already included.

- Run & Compare Instantly: Execute your code, and CPH will automatically compare your output with the expected output.

- Quick Verdicts: It tells you right away whether your solution passes or not.

- Submit Directly from VS Code: Once you're happy with your solution, you can submit it directly from VS Code without needing to open your browser.

Download Firefox Extension

Download VScode Extension

I’m not the creator of this extension, just someone who found it useful and wanted to share my experience. If you haven’t tried it yet, give it a shot and see if it makes your workflow smoother!

Full text and comments »

  • Vote: I like it
  • -4
  • Vote: I do not like it