Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя alicespring

Автор alicespring, история, 4 часа назад, По-английски

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!

  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

»
4 часа назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

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

  • »
    »
    3 часа назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thanks, Mike! It really helps me a lot!