ENHANCED: "f" on toplevel to report answers up to the next multiple of 5.
This makes counting solutions easy.
This commit is contained in:
@@ -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 = " "
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user