jd4
jd4 copied to clipboard
Judging daemon for programming contests
This is experimental-only, since julia uses too much memory!
I configured vijos (including jd4) on my own server, after submitting a program, it showed `system error`, prompting me `BrokenPipeError(32, 'Broken pipe')`. My code: (as you see, it's A+B problem)...
I installed the vijos using https://github.com/vijos/vj4-docker.git (I changed to vijos/vj4:debian as described here vijos/vj4#534 ). But I found a problem like this: ######################################### [E 191106 20:40:50 daemon:57] config file not...
maybe like this: ```bash ./check [ [-appes]], ``` By doing so, it will be easier to use famous special judge libs, e.g. [testlib.h](https://github.com/MikeMirzayanov/testlib).
Don't seem to be covered by #38
* Use yaml as config * Case insensitive * Recursive * Cover all existing use cases * Automatically convertible from "legacy case" * Support special judge Initial thinking: ```yaml time:...