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 784 characters in body
Source Link
Dom Hastings
  • 24.6k
  • 4
  • 58
  • 94

Perl + -p, 117 bytes

This program contains unprintables so the TIO link is to a Bash program that loads the program from a reversible hex dump.

}{s//
 u0z
Q0�1
3.HI9
TlV�
o5�U9M�
�e3a
�f	�7
Z3�9m0
�
 tN9
x6/;s/[^\d
.]/15>($x=ord$&)?$"x$x:$x-58/ge

Try it online! Try it online!

This was generated using the following program which uses RLE for spaces and stores runs of digits as bytes where possible.

Perl + -p, 117 bytes

This program contains unprintables so the TIO link is to a Bash program that loads the program from a reversible hex dump.

}{s//
 u0z
Q0�1
3.HI9
TlV�
o5�U9M�
�e3a
�f	�7
Z3�9m0
�
 tN9
x6/;s/[^\d
.]/15>($x=ord$&)?$"x$x:$x-58/ge

Try it online!

Perl + -p, 117 bytes

This program contains unprintables so the TIO link is to a Bash program that loads the program from a reversible hex dump.

}{s//
 u0z
Q0�1
3.HI9
TlV�
o5�U9M�
�e3a
�f	�7
Z3�9m0
�
 tN9
x6/;s/[^\d
.]/15>($x=ord$&)?$"x$x:$x-58/ge

Try it online!

This was generated using the following program which uses RLE for spaces and stores runs of digits as bytes where possible.

added 646 characters in body
Source Link
Dom Hastings
  • 24.6k
  • 4
  • 58
  • 94

Perl 5 + -p, 129117 bytes

This program contains unprintables so the TIO link is to a Bash program that loads the program from a reversible hex dump.

}{s//K59A0A64
M230781
3.14159
E26E502A4
D535 83279D1971
B89 4AM6939
F79CAH937
F323C749D510
C84K58209
626/;s/\pl/$"x(-63+ord$&)/ge
}{s//
 u0z
Q0�1
3.HI9
TlV�
o5�U9M�
�e3a
�f	�7
Z3�9m0
�
 tN9
x6/;s/[^\d
.]/15>($x=ord$&)?$"x$x:$x-58/ge

Try it online! Try it online!

Perl 5 + -p, 129 bytes

}{s//K59A0A64
M230781
3.14159
E26E502A4
D535 83279D1971
B89 4AM6939
F79CAH937
F323C749D510
C84K58209
626/;s/\pl/$"x(-63+ord$&)/ge

Try it online!

Perl + -p, 117 bytes

This program contains unprintables so the TIO link is to a Bash program that loads the program from a reversible hex dump.

}{s//
 u0z
Q0�1
3.HI9
TlV�
o5�U9M�
�e3a
�f	�7
Z3�9m0
�
 tN9
x6/;s/[^\d
.]/15>($x=ord$&)?$"x$x:$x-58/ge

Try it online!

Source Link
Dom Hastings
  • 24.6k
  • 4
  • 58
  • 94

Perl 5 + -p, 129 bytes

}{s//K59A0A64
M230781
3.14159
E26E502A4
D535 83279D1971
B89 4AM6939
F79CAH937
F323C749D510
C84K58209
626/;s/\pl/$"x(-63+ord$&)/ge

Try it online!

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