อวยพรผู้ใช้


16

สร้างโปรแกรมที่เรียกใช้เมื่อแสดงข้อความด้านล่าง:

)-*-*-*^_^*-*-*-(
| Welcome User! |
)-*-*-*^_^*-*-*-(

ใช้ฟังก์ชั่นหรือภาษาใด ๆ เพื่อตอบคำถามนี้สนุก รหัสที่สั้นที่สุดชนะ


3
เราสามารถคืนค่านี้จากฟังก์ชันได้ตามปกติหรือไม่?
Stephen

6
มีการขึ้นบรรทัดใหม่ / นำหน้าต่อท้ายหรือไม่
กริฟฟอน

คำตอบ:


6

Japt , 41 39 ไบต์

บันทึก 2 ไบต์ขอบคุณ @Shaggy

[U="){"-*-*-*^_"ê}("`| WelÖ  U r! |`U]·

คำอธิบาย:

[U="){"-*-*-*^_"ê}("`| WelÖ  U r! |`U]·
[                                    ]    // Create a new array
 U=                                       // Variable U =
   ")                                     //   ")
     {            }                       //   Evaluate everything in curley-brackets as code
      "-*-*-*^_"ê                         //   "-*-*-*^_" mirrored -> -*-*-*^_^*-*-*-
                  ("                      //   ("
                                          * Now we have [U=")-*-*-*^_^*-*-*-("]
                    `| WelÖ  U r! |`      // "| Welcome User! |" decompressed by `...`
                                     U    // ")-*-*-*^_^*-*-*-("
                                          * Now we have [")-*-*-*^_^*-*-*-(","| Welcome User! |",")-*-*-*^_^*-*-*-("]
                                      ·   // Split with new-lines

ลองออนไลน์!




12

T-SQL, 60 ไบต์

PRINT')-*-*-*^_^*-*-*-(
| Welcome User! |
)-*-*-*^_^*-*-*-('

SQL อนุญาตให้แยกสตริงตัวอักษรเหนือเส้นดังนั้นการส่งคืนจะถูกนับ

ทำงานเกี่ยวกับวิธีการแก้ปัญหา แต่สงสัยฉันจะหาหนึ่งภายใต้ 60

ใหม่แก้ไข : พบวิธีง่ายๆREPLACEที่เชื่อมโยงกับวิธีแก้ปัญหาเล็กน้อย:

PRINT REPLACE('1
| Welcome User! |
1',1,')-*-*-*^_^*-*-*-(')

ปรากฎว่าREPLACEจะทำการแปลงโดยนัยของตัวเลขเป็นสตริงดังนั้นสิ่งนี้ช่วยให้ฉันบันทึก 2 ตัวอักษรโดยกำจัดเครื่องหมายคำพูดรอบตัวอักขระทดแทนของฉัน

การพยายามใส่ลงในตัวแปรนั้นยาวเกินไปเนื่องจากโอเวอร์เฮดของDECLARE(69 ไบต์):

DECLARE @ CHAR(17)=')-*-*-*^_^*-*-*-('PRINT @+'
| Welcome User! |
'+@

โปรดดูสิ่งนี้: codegolf.meta.stackexchange.com/a/1146/46066
juniorRubyist

8
คำตอบนี้ใช้ได้อย่างสมบูรณ์ @juniorRubyist
Mr. Xcoder

ตกลง. ฉันลบ downvote นั้น
juniorRubyist

ขอบคุณ คิดว่าเดิมคุณอ้างถึงข้อ จำกัด การส่งออกอย่างหนักแต่ที่ได้รับอนุญาตสำหรับความซับซ้อน kolmogorov ไม่ได้มีประสิทธิภาพมากนัก
BradC

9

Python 2.7, 55 ไบต์

a="\n)-*-*-*^_^*-*-*-(\n"
print a+'| Welcome User! |'+a

ค่อนข้างง่าย รวมถึงการขึ้นบรรทัดใหม่ที่นำหน้าและต่อท้าย


13
มันไม่จำเป็นต้องเป็นฟังก์ชั่น
มนุษย์โดยรวม

8

C (gcc) , 78 75 ไบต์

main(i){for(;printf(")-*-*-*^_^*-*-*-(")&i--;puts("\n| Welcome User! |"));}

ลองออนไลน์!


เยี่ยมมากลองใช้จำนวนไบต์ที่ค่อนข้างต่ำเช่นกัน!
Amurt4l

ต่ำสุดที่ฉันได้ลดลงเหลือ 66 ไบต์
Amurt4l

71 ไบต์พร้อมกับขึ้นบรรทัดใหม่ (75 ตัวโดยไม่มี):#define P puts(")-*-*-*^_^*-*-*-(") f(){P;puts("| Welcome User! |");P;}
Steadybox

2
@ Amurt4l ถ้าคุณต้องการตั้งแต่คุณมีอากาศค่อนข้างตอบไม่กี่คุณสามารถโพสต์คำตอบของคุณเองเช่นกัน :)
สตีเฟ่น

6

Bubblegum , 43 ไบต์

00000000: d3d4 d502 c1b8 f838 30ad abc1 55a3 109e  .......80...U...
00000010: 9a93 9c9f 9baa 105a 9c5a a4a8 50c3 a589  .......Z.Z..P...
00000020: ae06 00bd 4d85 9835 0000 00              ....M..5...

ลองออนไลน์!


3
ภาษานี้ <s> คือ </s> รู้สึกเหมือนเป็นการละเมิด "กฎ" ที่ฉันคิดว่าเราควรเปลี่ยนพวกเขาเพียงเพื่อ @Dennis จะต้องเปลี่ยนภาษาเล็กน้อย
Stephen

@StephenS TBH ฉันเห็นด้วย อย่างไรก็ตามภาษาที่ได้รับการปรับปรุงให้ดีที่สุดสำหรับkolmogorov-complex (Jelly, 05AB1E, V, SOGL และภาษาอื่น ๆ ) ยังสามารถเอาชนะได้โดยไม่รู้สึกว่าถูก
DJMcMayhem

11
@StephenS If a challenge is best solved with Bubblegum, it’s the challenge’s fault, not the language’s. Instead of rules lawyering, write more interesting challenges.
Anders Kaseorg

6

05AB1E, 31 29 26 bytes

-3 Bytes thanks to Emigna

")-*-*-*^_".∞D”|‡Ý‚Ý! |”s»

Try it online!

Explanation

")-*-*-*^_".∞D”|‡Ý‚Ý! |”s»
")-*-*-*^_"                # Push )-*-*-*^_
           .∞              # Intersected mirror (results in )-*-*-*^_^*-*-*-( )
             D             # Duplicate top of stack
              ”|‡Ý‚Ý! |”   # Pushes | Welcome User! |
                        s  # Swap top items on stack
                         » # Join on newlines

1
You could do .∞ instead of û¨'(«
Emigna

I knew this had to exist somehow! Thanks man
Datboi

Nevermind, what I posted was equivalent lol.
Magic Octopus Urn

I know it's been a while, but you can save a byte by changing the ")-*-*-*^_" to ')„-*Є^_J. :)
Kevin Cruijssen

5

Python 3, 62 bytes

print(")-*-*-*^_^*-*-*-(\n| Welcome User! |\n)-*-*-*^_^*-*-*-(")

Needs to be a function.
juniorRubyist


3
But it's not a snippet. It's a full program.
totallyhuman

2
No, does not need to be a funciton. Read it again: Use any functions or language to answer this.
Mauro Baraldi

2
@juniorRubyist The 1st line of the question says Create a program
dzaima

5

JavaScript, 56 bytes

alert(`${s=")-*-*-*^_^*-*-*-("}
| Welcome User! |
${s}`)

JavaScript (ES6), 50 48 bytes (function)

_=>(s=")-*-*-*^_^*-*-*-(")+`
| Welcome User! |
`+s

-2 bytes thanks to Rick Hitckcock


Why alert? Save a few bytes using a function.
Shaggy

@Shaggy I know that, just edited it in, but currently OP says display, and has not responded to my comment yet
Stephen


4
@juniorRubyist we usually allow either a complete program or a function. OP did not specify that functions that returned the value instead of displaying it were allowed, so my second two entries may not be allowed. However, complete programs are (almost) always allowed, and JavaScript doesn't need boilerplate. Copy my alert into a .js file and run it in your browser, it'll run.
Stephen

Save 2 bytes with _=>(s=")-*-*-*^_^*-*-*-(")+\n| Welcome User! |\n+s
Rick Hitchcock




4

MATLAB / Octave, 53 bytes

a=')-*-*-*^_^*-*-*-(';disp([a;'| Welcome User! |';a])

Why MATLAB / Python? This is definitely not valid python.
DJMcMayhem

@DJMcMayhem Sorry I meant Octave. Thanks for noticing the typo. Been answering python questions over on SO all day so brain had a small glitch :)
rayryeng - Reinstate Monica

If you ommit disp Matlab will show leading ans = \n.
Crowley

@Crowley That's why you need the disp there as it won't conform to the exact output.
rayryeng - Reinstate Monica

If the ans = is not disallowed you can save 6 bytes.
Crowley

4

Perl 5, 49 bytes

print$\=")-*-*-*^_^*-*-*-(","
| Welcome User! |
"

Try it online!

Uses the fact that $\ is implicitly printed after each print.


What about say?
simbabque

1
@simbabque I tend to follow this consensus. Furthermore, replacing all print with say isn't really where the point of golfing lies in my opinion. But I'm not on any crusade to stop using say though; I let everyone do as they like, and everyone is happy :)
Dada

4

Charcoal, 32 30 bytes

_^×*-³(⸿emocleW |‖B¬J¹¦¹ User!

Try it online! Link is to verbose version of code. Explanation:

_^              Print("_^");
×*-³            Print(Times("*-", 3));
(⸿emocleW |     Print("(\remocleW |");

Prints the mirror image of the top left portion of the output.

‖B¬             ReflectButterfly(:¬);

Reflects down and to the left to create the top and bottom lines and the left of the middle line.

J¹¦¹            JumpTo(1, 1);
 User!          Print(" User!");

Fixes up the middle line.


(Why the downvote?)
Neil

2
Apparently someone's been downvoting many of the answers in this challenge, my submission is also one of the affected ones.
Kritixi Lithos


3

Golang, 82 bytes

func main(){var a string=")-*-*-*^_^*-*-*-(\n";Printf(a+"| Welcome User! |\n"+a)}

Try it online!


Hello, and welcome to PPCG! Your submission can be a function that returns the text as output, as per meta consensus, which might make it shorter and better for this site.
Comrade SparklePony

Ah okay, thank you for the heads up. I'll make an edit.
ionk

You have to include the fmt import, sorry.
totallyhuman

@totallyhuman wait but it's not part of the function.
ionk



3

Braingolf, 55 bytes

22#)[#-#*]"^_^"[#*#-]#(V"
| Welcome User! |
"R!&@v&@R&@

Try it online!

It's 2 bytes shorter than hardcoding the output.

Explanation

22                         Push 2 2s to the stack
                             These are used for loop counting
  #)                       Push )
    [#-#*]                 Push -* 3 times, using one of the 2s
          "^_^"            Push ^_^
               [#*#-]      Push *- 3 times, using the remaining 2
                     #(    Push (
                       V   Create a new stack
                        "
| Welcome User! |
"                          Push \n| Welcome User! |\n to the new stack
 R!&@                      Return to main stack, print entire stack without popping
     v&@                   Switch to 2nd stack, pop and print stack
        R                  Return to main stack, pop and print stack


3

Batch, 70 bytes

@SET b=@ECHO )-*-*-*^^^^_^^^^*-*-*-(
%b%
@ECHO ^| Welcome User! ^|
%b%

I mostly enjoy this one because all the escape characters make the emoticon ^_^ look like an adorable Lovecraft abomination ^^^^_^^^^



2

V, 35 bytes

é)8a-*r(ãhR^_^Äo| Welcome User! |

Try it online!

Hexdump:

00000000: e929 3861 2d2a 1b72 28e3 6852 5e5f 5e1b  .)8a-*.r(.hR^_^.
00000010: c46f 7c20 5765 6c63 6f6d 6520 5573 6572  .o| Welcome User
00000020: 2120 7c                                  ! |

Explanation:

é)                          " Insert a '('
  8a                        " Append 8 copies of the following: 
    -*<esc>                 "   '-*'
           r(               " Replace the last character on this line with '('
             ãh             " Move to the middle of this line
               R            " And write the following text over the existing text:
                ^_^<esc>    "   '^_^'
                        Ä   " Duplicate this line
o                           " On a new line:
 | Welcome User! |          "   Write the whole middle line

2

Pyth, 41 bytes

It's boring, but I just cant find a way to creat )-*-*-*^_^*-*-*-( or | Welcome User! | in less bytes than just copying the strings.

J")-*-*-*^_^*-*-*-("J"| Welcome User! |"J

Explanation:
J")-*-*-*^_^*-*-*-("                      # J = ")-*-*-*^_^*-*-*-("
                    J                     # Print J with new line
                     "| Welcome User! |"  # Print "| Welcome User! |" with new line
                                        J # Print J with new line

try it Online


Why the down vote?
jacoblaw


2

Carrot, 51 bytes

)-*-*-*\^_\^*-*-*-(
^*1//.+/gS"
| Welcome User! |
"

Try it online!

Explanation

)-*-*-*\^_\^*-*-*-(
^                            Give the stack-string this value ")-*-*-*^_^*-*-*-(\n"
 *1                          Append 1 duplicate of the stack-string to itself
                             stack-string: ")-*-*-*^_^*-*-*-(\n)-*-*-*^_^*-*-*-("
//.+/g                       Get matches of /.+/g and set the stack-array to this result
                             stack-array: [")-*-*-*^_^*-*-*-(",")-*-*-*^_^*-*-*-("]
S"
| Welcome User! |
"                            Join the stack-array on "\n| Welcome User! |\n" and
                             set the stack-string to this result

Why the downvote?
Kritixi Lithos


2

Vim, 38 Bytes

i)^[8a-*^[r(9hR^_^^[Yo| Welcome User! |^[p

Shoutout to the homies in the comments

Original:

i)-\*^[vhyl2pa^_^\*-^[vhyl2pa(^[Vyo| Welcome User! |^[p

Where ^[ is the ESC key


1
i)-*-*-*^_^*-*-*-(^] is much shorter for constructing the top line. Also, Y is equivalent to Vy
DJMcMayhem

Actually if you more or less borrow DJ's V answer top line construction you can save 2 bytes on the hardcode input i)^]8a-*^[r(9hR^_^^[
nmjcman101

Thanks y'all. I've been using Vim for like a month and I was just trying to see if I could do it. Obviously I have a lot of optimization to go on my workflow
bioweasel

One last tip: If duplicate the line before opening a newline for "Welcome User!", you won't need to hit ^[ at the end. YPo| Welcome User! |
DJMcMayhem

See? didn't even know that P was a thing. That's awesome though. Thanks!
bioweasel

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.