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 Revisions

2 of 3
deleted 4 characters in body
l4m2
  • 32.4k
  • 2
  • 26
  • 115

C (gcc), 70 bytes

n;f(char*a){*a-48?n=!printf(n?"%d":"%c",n?:*a++),*a&&f(a):f(a+!!++n);}

Try it online!

l4m2
  • 32.4k
  • 2
  • 26
  • 115

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