GoalScope — closest_integer (Qwen2.5-Coder-32B-Instruct) — hover a token to see the patched verbalization
<code>↵ def closest_integer(value):↵ """Return the closest integer to the given value."""↵ return round(value)↵ </code>