AuburnACM / auacm

The Auburn ACM Website
Apache License 2.0
15 stars 3 forks source link

Reject new problem if judge solution doesn't work #37

Open WilliamHester opened 9 years ago

WilliamHester commented 9 years ago

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

BrandonLMorris commented 9 years ago

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

WilliamHester commented 9 years ago

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

BrandonLMorris commented 9 years ago

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.