HI CF
I have created an ioi style contest with subtasks, but it does not show to participates what verdict those subtasks which has not passed gives (WA, TLE...)
how to fix it, so everyone can see in every subtask what verdict they get? i have seen many olympiads in codeforces that shows participates information about all the tests see below
Group examples: 0.0 point(s)
Test 1: RUNTIME_ERROR
Test 2: WRONG_ANSWER
Group 1: 9.0 point(s)
Test 3: OK
Group 2: 0.0 point(s)
Test 4: WRONG_ANSWER
Group 3: 0.0 point(s)
Test 5: SKIPPED
Group 4: 0.0 point(s)
Test 10: OK
Test 11: WRONG_ANSWER
Group 5: 0.0 point(s)
Test 24: SKIPPED
Group 6: 0.0 point(s)
Test 31: SKIPPED
Group 7: 0.0 point(s)
Test 56: SKIPPED
mine only shows this (below)
Group 1: 5.0 point(s)
Group 3: 0.0 point(s)
Group 2: 9.0 point(s)
Group 4: 0.0 point(s)
=
Points: 14.0