cms
cms copied to clipboard
Do not allow subtasks with 0 testcases
When Group* is used as ScoreType, the parameter string
[[m1, 0], ...]
is accepted. This should not happen: ScoringService fails to score submissions using that configuration (and this makes sense).
If the parameter string is written in Regular Expression. We need additional check more than checking string itself.