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 113 characters in body
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

05AB1E, 11 bytes

vy2*O})23*Q

Try it online!

vy2*O}) # Vectorized product-sum.
 23* # Vector * scalar.
 Q # Equivalence.

05AB1E, 11 bytes

vy2*O})23*Q

Try it online!

05AB1E, 11 bytes

vy2*O})23*Q

Try it online!

vy2*O}) # Vectorized product-sum.
 23* # Vector * scalar.
 Q # Equivalence.
Source Link
Magic Octopus Urn
  • 20.9k
  • 6
  • 66
  • 140

05AB1E, 11 bytes

vy2*O})23*Q

Try it online!

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