cph
cph copied to clipboard
Makes judging, compiling, and downloading problems for competitive programming easy.
Whenever it try to run the testcases it show the error (mentioned in the tittle and in the output section it shows "error".
If `workspaceMode` is enabled, the following things will be applied: - `.prob` files and bin will be saved at `workspaceRoot/.cph` - The problem file's `srcPath` changes to relative path of...
Add support for C#, both .NET and Mono version of it. Compiling C# is somewhat different than others, so I have to cook it little different. I don't really want...
Had to stare at the screen for 10 minutes trying to figure out why my code wasn't running during the contest. turns out the name of the problem was in...
**Extension Version:** **VS Code Version:** **Browser Version:** **Operating System:**
Adds an option to use existing files. If you enter an existing file name in this option, the existing file will be used instead of creating a new file with...
I feel annoyed when the new problems/contests I saved from Codeforces (and other coding web) are automatically saved to the Workspace folder, while I want them to be saved in...
I manage everything related to CPH (Competitive Programming Helper) in a single repository because I want to isolate the unique settings for competitive programming from other repositories. For this reason,...
It might be a good idea to add input and output file option. User selects an input and an output file. The extension runs the program using input.txt and compares...
I am an active competitive programmer and a regular user of your plugin. It's been a great tool to facilitate my coding practice. However, I've encountered a few issues that...