vijos/jd4

Add more language support for special judge.

undefined-moe opened this issue · 4 comments

It seems that the special judge supports .c only.

twd2 commented

According to https://github.com/vijos/jd4/blob/master/jd4/case.py#L272, https://github.com/vijos/jd4/blob/master/jd4/case.py#L119, and https://github.com/vijos/jd4/blob/master/jd4/case.py#L124, the custom judge (aka. special judge) supports as many languages as a user program. Thus, closing.

Feel free to reopen if you have any updates.

image
I wonder why this happen.

twd2 commented

Please have a look at https://github.com/vijos/jd4/blob/master/examples/langs.yaml.
so please use .cc.

I have solved the problem.
Sorry to bother you.