You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: solution/2500-2599/2578.Split With Minimum Sum/README_EN.md
+48-2
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,11 @@
8
8
9
9
<ul>
10
10
<li>The concatenation of <code>num1</code> and <code>num2</code> is a permutation of <code>num</code>.
11
-
12
11
<ul>
13
12
<li>In other words, the sum of the number of occurrences of each digit in <code>num1</code> and <code>num2</code> is equal to the number of occurrences of that digit in <code>num</code>.</li>
14
13
</ul>
15
14
</li>
16
15
<li><code>num1</code> and <code>num2</code> can contain leading zeros.</li>
17
-
18
16
</ul>
19
17
20
18
<p>Return <em>the <strong>minimum</strong> possible sum of</em> <code>num1</code> <em>and</em> <code>num2</code>.</p>
0 commit comments