Revision 19fe7ee2-d908-475d-8522-4413e239217f - Code Golf Stack Exchange

# [GolfScript], 13-25 = -12 bytes

 .~13*(25if n*

[Try it online!][TIO-k5807moa]

[GolfScript]: http://www.golfscript.com/golfscript/
[TIO-k5807moa]: https://tio.run/##S8/PSStOLsosKPn/X6/O0FhLw8g0M00hT@v/fyMA "GolfScript – Try It Online"
## Explanation
```
 if # If
. # Input is not a null string:
 ~ # Evaluate the input
 13*(25
 n*
```

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