Largest product in a grid: Difference between revisions

m
→‎{{header|ALGOL 68}}: Removed hard coded number of elements in the output
(Added Algol 68)
m (→‎{{header|ALGOL 68}}: Removed hard coded number of elements in the output)
Line 81:
, " elements: ", whole( max product, 0 )
, " is the ", IF horizontal THEN "row" ELSE "column" FI
, " of 4 numbers starting at: ", whole( row, 0 ), ", ", whole( colelements, 0 )
, " numbers starting at: ", whole( row, 0 ), ", ", whole( col, 0 )
)
)
3,026

edits