Largest int from concatenated ints: Difference between revisions

Content added Content deleted
Line 297: Line 297:
/*stick a fork in it, we're done.*/</lang>
/*stick a fork in it, we're done.*/</lang>
'''output''' when using the input of: <tt> xxx </tt>
'''output''' when using the input of: <tt> xxx </tt>
<pre>
<pre style="overflow:scroll">
998764543431 max for: {1, 34, 3, 98, 9, 76, 45, 4}
998764543431 max for: {1, 34, 3, 98, 9, 76, 45, 4}
6054854654 max for: {54, 546, 548, 60}
6054854654 max for: {54, 546, 548, 60}