ENHANCED: "f" on toplevel to report answers up to the next multiple of 5.

This makes counting solutions easy.
This commit is contained in:
Markus Triska
2022-05-21 18:20:08 +02:00
parent b6f77f4e6f
commit 47a6b498e3
3 changed files with 14 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ report_time(ID) :-
time_state(ID, T0),
'$cpu_now'(T),
Time is T - T0,
( bb_get('$first_answer', true) ->
( bb_get('$answer_count', 0) ->
Pre = " ", Post = ""
; Pre = "", Post = " "
),