AuburnACM/auacm

Reject new problem if judge solution doesn't work

Opened this issue · 3 comments

When submitting a new problem, it should be rejected if the judge solution doesn't work with the provided input/output.

Closely related to #15

The judge solution is/will only be used for timing, correct?

I thought about this as a cool step during problem creation. It's not necessary, but I think it'd be cool.

No you're right. I know some of the midcentral problems use files as their input instead of reading from standard in. It would be good to catch things like that during creation.