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

Commonmark migration
Source Link

#CJam , (削除) 5 (削除ここまで) 4 bytes

CJam , (削除) 5 (削除ここまで) 4 bytes

1 byte fewer thanks to @FryAmTheEggman

lSf+

Try it online!

###Explanation

Explanation

l e# read line
Sf+ e# map "concatenation" (+) with a space (S) as extra parameter
 e# implicitly display characters in the stack

#CJam , (削除) 5 (削除ここまで) 4 bytes

1 byte fewer thanks to @FryAmTheEggman

lSf+

Try it online!

###Explanation

l e# read line
Sf+ e# map "concatenation" (+) with a space (S) as extra parameter
 e# implicitly display characters in the stack

CJam , (削除) 5 (削除ここまで) 4 bytes

1 byte fewer thanks to @FryAmTheEggman

lSf+

Try it online!

Explanation

l e# read line
Sf+ e# map "concatenation" (+) with a space (S) as extra parameter
 e# implicitly display characters in the stack
added 46 characters in body
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

#CJam, 5(削除) 5 (削除ここまで) 4 bytes

1 byte fewer thanks to @FryAmTheEggman

l{S}%lSf+

Try it online! Try it online!

###Explanation

l e# read line
{S}Sf+ e# blocke# ofmap code"concatenation" that(+) pusheswith a space
% (S) as extra e#parameter
 map that block over the array.e# Implicitlyimplicitly display characters in the stack

#CJam, 5 bytes

l{S}%

Try it online!

###Explanation

l e# read line
{S} e# block of code that pushes a space
% e# map that block over the array. Implicitly display characters in the stack

#CJam, (削除) 5 (削除ここまで) 4 bytes

1 byte fewer thanks to @FryAmTheEggman

lSf+

Try it online!

###Explanation

l e# read line
Sf+ e# map "concatenation" (+) with a space (S) as extra parameter
 e# implicitly display characters in the stack
Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

#CJam, 5 bytes

l{S}%

Try it online!

###Explanation

l e# read line
{S} e# block of code that pushes a space
% e# map that block over the array. Implicitly display characters in the stack

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