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

C# (Visual C# Interactive Compiler), 4744 bytes

Version reading an argument

Write(string.Join(" ",Args[0].ToList())+" ")

Try it online!

47 bytes

Version reading standard input

Write(string.Join(" ",ReadLine().ToList())+" ")

Try it online!

C# (Visual C# Interactive Compiler), 47 bytes

Write(string.Join(" ",ReadLine().ToList())+" ")

Try it online!

C# (Visual C# Interactive Compiler), 44 bytes

Version reading an argument

Write(string.Join(" ",Args[0].ToList())+" ")

Try it online!

47 bytes

Version reading standard input

Write(string.Join(" ",ReadLine().ToList())+" ")

Try it online!

Source Link

C# (Visual C# Interactive Compiler), 47 bytes

Write(string.Join(" ",ReadLine().ToList())+" ")

Try it online!

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