For a test with multiple test cases. e.g let there be 4 test cases, and each test takes a and b as inputs:
Conventionally, competitest would just store this test into a single file (input0.txt), but instead, I'd like it to be broken down into smaller cases (e.g storing the tests in files input0, input1, input2, and input3), with each file in the following format:
This makes it easier to debug while in the contest
For a test with multiple test cases. e.g let there be 4 test cases, and each test takes a and b as inputs:
Conventionally,
competitestwould just store this test into a single file (input0.txt), but instead, I'd like it to be broken down into smaller cases (e.g storing the tests in files input0, input1, input2, and input3), with each file in the following format:This makes it easier to debug while in the contest