BAPCtools icon indicating copy to clipboard operation
BAPCtools copied to clipboard

Tools for developing ICPC-style programming contest problems.

Results 87 BAPCtools issues
Sort by recently updated
recently updated
newest added

When a testcase has both a .in and .interaction, we can run on the .in but the pdf should only show the .interaction

Would be cool if we could catch some common mistakes

Could either be a standalone python script, or part of validation.h

- should write to `judgemessage.txt` and `teammessage.txt`, instead of `stderr`. Reserve `stderr` for crashes and possibly `judge_error`s. --- Less obviously good changes: - Validator object could be global -> I...

This may improve long term maintainability and give better errors during development.

Try to copy what https://github.com/DOMjudge/domjudge/commit/6a049540ac4f968165b38b087ac9721d16e2cc35 did.

This is occasionally useful after latex errors.