Largest int from concatenated ints: Difference between revisions

m
Fix bug with string and AnsiString
(→‎{{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:
var
i,l : integer;
s : stringAnsiString;
begin
{ the easy way
478

edits