-
Notifications
You must be signed in to change notification settings - Fork 20
Description
We should allow .statement
files in Secret
. This could be useful for problems with public feedback for Secret
test cases, where it shows .statement
files instead of .ans
or .out
.
Additionally, it is currently not allowed to have both an .out
file and an .ans.statement
file in the Sample
.
It says Note that it is an error to provide both a `.out` and a `.ans.statement` file.
.
The reason it is like this, is because .ans.statement
will be the one that is shown, and it would be pointless to validate .out
files in that case.
If this is a restriction in Sample
, it should also be a restriction in Secret
.
That said, Iโm leaning towards removing the restriction altogether and allowing both, so the problem setter has more flexibility. In my opinion, it would not hurt to validate some extra .out
that is not displayed.