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 it returns 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?