MStrechen's blog

By MStrechen, history, 7 years ago, translation, In English

Hello everyone!

I have a problem on the Polygon and I`d like to make it not just Yes/No verdict, but with some scoring (for partial solutions). What should I do?

I was trying just to use quit(_pc(200), "OK"); and the checker gives me FL (verdict FL violates solution's tag MAIN) with "Checker 'checker.cpp' returns exit code 200 [partially correct (200) OK]". Next tests are ignored (got RJ).

So, how to make Polygon to run the solution on all tests and show the sum of scores?

UPD: quitp(_pc(200),"OK") except quit(_pc(200),"OK") makes all right. I hope anyone who will have the same problem will see this.

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