agrawal-d / cph

Makes judging, compiling, and downloading problems for competitive programming easy.
https://agrawal-d.github.io/cph
GNU General Public License v3.0
773 stars 121 forks source link

it would better if cph can load local test cases zipped into a zip file all at once #448

Open caileiGTD opened 1 month ago

goyalyashpal commented 1 month ago

can u share example

tintinmaster commented 3 weeks ago

When you can't use the Browser Addon, there is often the possibility to download a sample.zip file containing test inputs. The sample.zip files has the following layout:

sample.zip
|    1.in
|    1.out
|    2.in
|    2.out
|    ...

Sometimes a.in/a.out is also used