Kattis / problemtools

Tools to manage problem packages using the Kattis problem package format.
MIT License
101 stars 70 forks source link

verifyproblem not showing what test case led to WA if it gets PAC #247

Closed hairez closed 7 months ago

hairez commented 7 months ago

When verifyproblem is ran on a solution that gives PAC, verifyproblem will only show which test case it took the longest time to solve. image

https://github.com/Kattis/problemtools/blob/834ece1a0ac75a8072071baab2a57b1c380d9615/problemtools/verifyproblem.py#L71C9-L71C63 after editing line 71, it will now show which test case the solution is failing on:

image

Pull request linked to this issue will be up soon.