In ejudge as far as I know they have .in and .out files for each test case, which are in turn located in separate folders to create test sections.
It would be nice if people could download these archives and just run scold -i tests app.exe to check the the programs themselves. Authors would not need to write cliche bootstrapping apps for each task this way.
In ejudge as far as I know they have
.inand.outfiles for each test case, which are in turn located in separate folders to create test sections.It would be nice if people could download these archives and just run
scold -i tests app.exeto check the the programs themselves. Authors would not need to write cliche bootstrapping apps for each task this way.