"
-x|"•L®y[Â-Γ•5вèJ.º.∊
온라인으로 사용해보십시오.
25 24 바이트 대안 :
… -|•B°”Ñ•3вèJ3ä'x«».º.∊
온라인으로 사용해보십시오.
설명:
"\n -x|" # Push string "\n -x|"
•L®y[Â-Γ• # Push compressed number 5960566858660563
5в # Converted to Base-5 as list:
# [2,2,2,2,2,2,3,0,4,1,1,4,1,1,3,0,4,1,1,4,2,2,3]
è # Index each digit into the string
J # And join the list together
# "\n -x|" and [2,2,2,2,2,2,3,0,4,1,1,4,1,1,3,0,4,1,1,4,2,2,3]
# → "------x\n| | x\n| |--x"
.º # Intersect mirror everything horizontally
.∊ # Intersect mirror everything vertically (and output implicitly)
… -| # Push string " -|"
•B°”Ñ• # Push compressed integer 193812448
3в # Converted to Base-3 as list: [1,1,1,1,1,1,2,0,0,2,0,0,2,0,0,2,1,1]
è # Index each digit into the string
J # And join the list together
# " -|" and [1,1,1,1,1,1,2,0,0,2,0,0,2,0,0,2,1,1]
# → "------| | | |--"
3ä # Split the string into three parts: ["------","| | ","| |--"]
'x« '# Append an "x" to each: ["------x","| | x","| |--x"]
» # Join by newlines: "------x\n| | x\n| |--x"
.º # Intersect mirror everything horizontally
.∊ # Intersect mirror everything vertically (and output implicitly)
내 (섹션이 05AB1E 팁을 참조하십시오 어떻게 큰 정수를 압축하는 방법을? ) 이유를 이해하는 •L®y[Â-Γ•
것입니다 5960566858660563
하고 •B°”Ñ•
있다193812448
.
감사 @MagicOctopusUrn 의 ASCII 아트 생성 용 •L®y[Â-Γ•5BžLR"\n -x|"‡
및 •B°”Ñ•3BžLR" -|"‡
음역이 스택의 숫자 및 문자열을 교환하여 상기 golfed 된 후에는, 사용하는 в
대신 B
가진 문자열로하고, 인덱스 è
.