You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support problems with special judges. e.g. writing #define SPECIAL_JUDGE "python3 path/to/judge.py" changes the command running for verification to $ oj test --judge-command="python3 path/to/judge.py" ./a.out, like other attributes ERROR. / #define SPECIAL_JUDGE "python3 path/to/judge.py" みたいなのを書けるようにするといいと思います
Motivation / 動機
Some problems require special judges but judge programs are not given, mainly AOJ. / AOJ の問題でほしいことがある
Description / 説明
We should support problems with special judges. e.g. writing
#define SPECIAL_JUDGE "python3 path/to/judge.py"
changes the command running for verification to$ oj test --judge-command="python3 path/to/judge.py" ./a.out
, like other attributesERROR
. /#define SPECIAL_JUDGE "python3 path/to/judge.py"
みたいなのを書けるようにするといいと思いますMotivation / 動機
Some problems require special judges but judge programs are not given, mainly AOJ. / AOJ の問題でほしいことがある
Other notes / その他
related AOJのスペシャルジャッジ対応 #30
Also should we add supports for typical cases, like comparing after sorting? This may have to be done in
oj
command?The text was updated successfully, but these errors were encountered: