Select language: English | Tiếng Việt
This document provides a guide on how to generate testcases for an Online Judge system. Creating testcases correctly ensures the accuracy and effectiveness of the automated grading process. This guide will focus on using the C++ language to generate testcases automatically.
We support generating testcases for online judges.
Using languages such as C++, Python, Java, ...
- Provides basic testcase generation functions (random, random_vector, random_string, ...)
- Generates multiple testcases randomly at once
See detailed instructions for each language:
All contributions are welcome. Please create a pull request to contribute to this project. Translated to English