Validator meaning

I was creating a Clash of code problem recently.
There was a test - output and validator-output

What do I need to fill in these two groups?

I assume you have played CoC for a while so that you already know what are test cases. No need to explain it again.

Each test case has a sister test case, known as the validator. The validator is a hidden test case for the system to verify players’ submissions. It is just another test case that players would not see them. Generally, validators should:

  • have a similar scale and scope as its corresponding test case
  • similar but not identical to the test case
2 Likes

I signed up today itself.
Thanks for helping!

welcome to CodinGame!
If you’re new here, I suggest solving a few puzzles first before trying to create one :slight_smile:
Have fun!