While adding new problems to robocontest.uz, some new users have problems with generating test cases. This repo might be helpful!
clone this project
git clone https://github.com/Asadbek525/robocontest_test_generator.git
enter working directory
cd robocontest_test_generator
start generating test cases
python main.py sample_problem
Enter problem directory
cd sample_problem
Choose your prefernces and start editing generate.cpp or generate.py
After this proccess run generate.py or compile and run generate.cpp
This proccess generates input and output files in tests folder
Finaly you can zip folder by running zipper.py
python zipper.py