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 152 characters in body
Source Link
Uriel
  • 13.3k
  • 4
  • 18
  • 45

APL, 24 bytes

⎕A⍳'RQCKAGSIFEBPNHDLOMJ'

Try it online!

How?

⎕A ⍝ 'ABC...
 ⍳ ⍝ indices of
 'RQCKAGSIFEBPNHDLOMJ' ⍝ ← this vector

APL, 24 bytes

⎕A⍳'RQCKAGSIFEBPNHDLOMJ'

APL, 24 bytes

⎕A⍳'RQCKAGSIFEBPNHDLOMJ'

Try it online!

How?

⎕A ⍝ 'ABC...
 ⍳ ⍝ indices of
 'RQCKAGSIFEBPNHDLOMJ' ⍝ ← this vector
Source Link
Uriel
  • 13.3k
  • 4
  • 18
  • 45

APL, 24 bytes

⎕A⍳'RQCKAGSIFEBPNHDLOMJ'

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