Largest int from concatenated ints: Difference between revisions

Content added Content deleted
(→‎{{header|Kotlin}}: Simpler comparator, reverse the comparator (not the list), map in the join, format output.)
m (Fix bug with string and AnsiString)
Line 1,439: Line 1,439:
var
var
i,l : integer;
i,l : integer;
s : string;
s : AnsiString;
begin
begin
{ the easy way
{ the easy way