cms icon indicating copy to clipboard operation
cms copied to clipboard

Do not allow subtasks with 0 testcases

Open lucach opened this issue 7 years ago • 1 comments

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).

lucach avatar May 31 '17 07:05 lucach

If the parameter string is written in Regular Expression. We need additional check more than checking string itself.

myungwoo avatar Jul 24 '17 23:07 myungwoo