Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Revisions

2 of 6
deleted 51 characters in body
totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

Haskell, 56 bytes

f m=maximum[(c,(y,x))|(y,r)<-zip[0..]m,(x,c)<-zip[0..]r]

Try it online!

totallyhuman
  • 17.4k
  • 3
  • 34
  • 89

AltStyle によって変換されたページ (->オリジナル) /