Largest int from concatenated ints: Difference between revisions

m
(Added Algol 68)
Line 126:
OP PRINT = ( []INT a )VOID:
FOR a pos FROM LWB a TO UPB a DO
print( ( " ", TOSTRING a[ a pos ] ) )
OD # PRINT # ;
 
Line 138:
{{out}}
<pre>
998764543431
9 98 76 45 4 34 3 1
6054854654
60 548 546 54
</pre>
 
3,044

edits