Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
105 stars 72 forks source link

Show input validator output on failure #138

Closed simonlindholm closed 4 years ago

simonlindholm commented 4 years ago

This was easier than expected, I don't know why I put off doing this for so long! Example output, from a validator which prints "hello" to stdout, "world" to stderr, and exits with code 43:

image