Hi, and thanks for this amazing project! We're teaching students to handle errors when parsing input in C++, returning nonzero values, and writing to stderr when they receive incorrect input.
I don't see an obvious way to do that, since the default question modes do not allow specifying anything else than stdout and accept only zero return value. Should I write a wrapper that puts return value, stdout and stderr to stdout?