docs icon indicating copy to clipboard operation
docs copied to clipboard

Checker description

Open Xyene opened this issue 7 years ago • 1 comments

Would be nice to have a reference of what builtin checker does what. A table like

Checker ID Extra parameters Description
standard describe whitespace-ignoring behaviour
floats precision (float) describe abs/rel precision

For all checkers in https://github.com/DMOJ/judge/tree/master/dmoj/checkers

Xyene avatar Nov 23 '17 09:11 Xyene

Checkers are in docs/problem_format/custom_checkers.md.

Remaining checkers: linematches, rstripped

int-y1 avatar Jun 07 '22 18:06 int-y1