Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions problemtools/verifyproblem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ def _warn_pac_too_slow(self, judge: SubmissionJudge, results: list[SubmissionRes
for t in sorted(r.runtime for r in results if r.runtime > runtime_without_affecting_tl):
if judge.judge(t)[-1].verdict == 'AC':
self.warning(f'{desc} is slower than all AC submissions. It needs {t:.2f}s to get AC')
return

def _get_table_groups(self) -> list[TestCaseGroup]:
"""Return the groups to show as columns: expand any root child that has subgroups."""
Expand Down