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 Answer

added 19 characters in body
Source Link
ZaMoC
  • 25.5k
  • 2
  • 32
  • 87

Wolfram Language (Mathematica), 3029 bytes

{s=Max@#,#~FirstPosition~s#&@@#~Position~s-1}&

Try it online! Try it online!

-1 byte from @att

Wolfram Language (Mathematica), 30 bytes

{s=Max@#,#~FirstPosition~s-1}&

Try it online!

Wolfram Language (Mathematica), 29 bytes

{s=Max@#,#&@@#~Position~s-1}&

Try it online!

-1 byte from @att

Source Link
ZaMoC
  • 25.5k
  • 2
  • 32
  • 87

Wolfram Language (Mathematica), 30 bytes

{s=Max@#,#~FirstPosition~s-1}&

Try it online!

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