<p>Given a positive integer <code>num</code>, return <em>the number of positive integers <strong>less than or equal to</strong></em><code>num</code><em>whose digit sums are <strong>even</strong></em>.</p>
<p>The <strong>digit sum</strong> of a positive integer is the sum of all its digits.</p>