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

Автор zscoder, история, 10 лет назад, По-английски

I keep getting this message when I try to package the problem in polygon :

PackageException: There exists a test where checker crashes.

Why does this error show up?

(I'm using the standard checker that compares sequences of integers)

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

»
10 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by zscoder (previous revision, new revision, compare).

»
10 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

Probably there is a test where the model solution outputs non-digit characters or the overflow happens.

You can run the invocation of the model solution or use the "preview tests" page in order to find a detailed feedback for each test and find out what's wrong.

»
10 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

It means that there exists such output that your checker fails or returns obiously incorrect result. Say, if output is a single random integer about ~10^18 then expected verdicts are WA/PE (probably, OK if your problem is very unusual).

During verification Polygon uses a predefined set of different outputs to verify that checker returns expected verdicts on each of them.

P.S. Please, write me the problem id in Polygon.