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 151 characters in body
Source Link
user85052
user85052

GolfScript, 13-25 = -12 bytes

.~13*(25if n*

Try it online!

Explanation

 if # If
. # Input is not a null string:
 ~ # Evaluate the input
 13*(25
 n*

GolfScript, 13-25 = -12 bytes

.~13*(25if n*

Try it online!

GolfScript, 13-25 = -12 bytes

.~13*(25if n*

Try it online!

Explanation

 if # If
. # Input is not a null string:
 ~ # Evaluate the input
 13*(25
 n*
Source Link
user85052
user85052

GolfScript, 13-25 = -12 bytes

.~13*(25if n*

Try it online!

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