Please read the new rule regarding the restriction on the use of AI tools. ×

alicespring's blog

By alicespring, history, 111 minutes ago, In English

Recently, I'm learning about how to use Polygon to create a problem. After I created a problem with checker, I found a rare response :

So what should I do to deal with this situation? If this means my checker has bug, can everyone show me an example checker for the question below:

Given you an integer n, print tow integer x and y satisfying x+y=n.

Thanks a lot!

  • Vote: I like it
  • +3
  • Vote: I do not like it

»
93 minutes ago, # |
  Vote: I like it +1 Vote: I do not like it

The testing protocol contains Testset 'tests' is empty for .... Ask problem writers to fix it.

  • »
    »
    66 minutes ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thanks, Mike! It really helps me a lot!