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

This issue attempts to specify semantics for problems of `type:scoring`. At the time of writing, it is somewhere between the semantics of `legacy` specification of the problem package format https://github.com/Kattis/problem-package-format/blob/master/spec/legacy.md...

Often a problem has a family of test cases which is small enough to be enumerated explicitly. Currently, enumerating these test cases individually is necessary, as illustrated below: ```yaml -...

This is mostly done from my side. However, we should wait how exactly floats are defined in the spec.

We got the slides as: A: tried(20), solved(8) B: tried(10), solved(8) Where I would say A should have been regarded harder and the order should have been B,A instead of...

I always need to check earlier conversations on how to run the solution for my site. I think the `--solve-stats-expected` should check that `\solvestats` is set in the solution.tex and...