📄️ Fetch testcase data
You can fetch testcase data for any problem (fetching the entire contest at once is not supported for now) using the cppt fetch command and competitive companion browser extension. It creates the source file which uses the extension mentioned in the config file (defaults to cpp) and copies your template code into the source file.
📄️ Run task
You can compile (if applicable) and run your source code using the cppt run command. It uses the command specified in the config file to run your source code. It supports running C++, Java, and Python source files.
🗃️ Testcase commands
4 items
📄️ Stress test task
CPPT can help you stress test your code against randomly generated testcases.
📄️ Create task
To create a task manually rather than fetching it from an online judge, use the cppt create command.
📄️ Compile task
To compile a source code using the command specified in the config file, use the cppt compile command.