उपयोगकर्ता को बधाई


16

जब नीचे पाठ प्रदर्शित होता है तो एक प्रोग्राम बनाएं:

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

इसका उत्तर देने के लिए किसी भी फ़ंक्शन या भाषा का उपयोग करें, मज़े करें। सबसे छोटा कोड जीतता है


3
क्या हम वैकल्पिक रूप से इसे एक फ़ंक्शन से वापस कर सकते हैं, हमेशा की तरह?
स्टीफन

6
क्या अग्रणी / अनुगामी नए समाचारों की अनुमति है?
ग्रिफन

जवाबों:


6

जाप , ४१ 39 बाइट्स

@ बग्घी के लिए 2 बाइट्स को सहेजा गया

[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

टी-एसक्यूएल, 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
श्री एक्सकोडर

ठीक है। मैंने उस उतार को हटा दिया।
जुनियररुबिस्ट

धन्यवाद। सोचा था कि आप मूल रूप से हार्ड-कोडिंग आउटपुट सीमा का उल्लेख कर रहे थे , लेकिन यह kolmogorov-complexity के लिए अनुमति है। बस विशेष रूप से कुशल नहीं है।
ब्रैड

9

पायथन 2.7, 55 बाइट्स

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

बहुत साधारण। जिसमें प्रमुख और नई अनुगामी शामिल हैं।


13
यह एक समारोह होने की जरूरत नहीं है।
बिलकुल अमानवीय

8

सी (जीसीसी) , 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;}
स्टैडबॉक्स

2
@ Amurt4l अगर आप चाहें, क्योंकि आपको काफी कुछ उत्तर मिल गए हैं, तो आप अपना खुद का उत्तर भी दे सकते हैं :)
स्टीफन

6

बबलगम , 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> है, ऐसा लगता है कि "नियमों" का ऐसा दुरुपयोग है, कि मुझे लगता है कि हमें उन्हें बस इतना बदलना चाहिए कि @ डेनिस को भाषा को थोड़ा बदलना होगा
स्टीफन

@ स्टेफेनस टीबीएच, मैं सहमत हूं। हालांकि, शुक्र है कि कोलमोगोरोव-जटिलता (जेली, 05 एबी 1 ई, वी, एसओजीएल, कुछ अन्य) के लिए अनुकूलित भाषाएं अभी भी सस्ते के रूप में महसूस किए बिना इसे हरा सकती हैं।
DJMcMayhem

11
@StephenS अगर कोई चुनौती बबलगम के साथ हल की जाती है, तो यह चुनौती की गलती है, भाषा की नहीं। नियम कानून की बजाय, अधिक दिलचस्प चुनौतियाँ लिखें।
एंडर्स कासोर्ग

6

05AB1E , 31 29 26 बाइट्स

-3 बाइट्स एमिग्ना के लिए धन्यवाद

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

इसे ऑनलाइन आज़माएं!

व्याख्या

")-*-*-*^_".∞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
आप .∞इसके बजायû¨'(«
Emigna

मुझे पता था कि यह किसी भी तरह मौजूद था! धन्यवाद आदमी
दत्तबी

कोई बात नहीं, मैंने जो पोस्ट किया था वह बराबर था।
मैजिक ऑक्टोपस Urn

मैं जानता हूँ कि यह एक समय हो गया है, लेकिन आप को बदलने के द्वारा एक बाइट बचा सकते हैं ")-*-*-*^_"करने के लिए ')„-*Є^_J। :)
केविन क्रूज़सेन

5

पायथन 3, 62 बाइट्स

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

एक समारोह होने की जरूरत है।
जुनियररुबिस्ट

: कृपया यह देखने codegolf.meta.stackexchange.com/a/1146/46066
juniorRubyist

3
लेकिन यह एक स्निपेट नहीं है। यह एक पूर्ण कार्यक्रम है।
पूरी तरह से

2
नहीं, एक कवक होने की जरूरत नहीं है। इसे फिर से पढ़ें: इसका उत्तर देने के लिए किसी फ़ंक्शन या भाषा का उपयोग करें
मौरो बरालडी

2
@juniorRubyist प्रश्न की पहली पंक्ति कहती हैCreate a program
द्विजिमा

5

जावास्क्रिप्ट, 56 बाइट्स

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

जावास्क्रिप्ट (ईएस 6), 50 48 बाइट्स (फ़ंक्शन)

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

रिक बाइटकॉक को -2 बाइट्स धन्यवाद


क्यों alert? फ़ंक्शन का उपयोग करके कुछ बाइट्स सहेजें।
झबरा

@ मैं जानता हूँ कि, बस इसे संपादित किया है, लेकिन वर्तमान में ओपी कहते हैं प्रदर्शन, और अभी तक मेरी टिप्पणी का जवाब नहीं दिया है
स्टीफन

: कृपया यह देखने codegolf.meta.stackexchange.com/a/1146/46066
juniorRubyist

4
@juniorRubyist हम आम तौर पर या तो एक पूर्ण कार्यक्रम या एक समारोह की अनुमति देते हैं। ओपी ने यह निर्दिष्ट नहीं किया कि प्रदर्शन करने के बजाय मान लौटाने वाले कार्यों को अनुमति दी गई थी, इसलिए मेरी दूसरी दो प्रविष्टियों की अनुमति नहीं दी जा सकती है। हालांकि, पूर्ण कार्यक्रम हमेशा (लगभग) अनुमत हैं, और जावास्क्रिप्ट को बॉयलरप्लेट की आवश्यकता नहीं है। मेरी alertएक .jsफ़ाइल में कॉपी करें और इसे अपने ब्राउज़र में चलाएं, यह चलेगा।
स्टीफन

2 बाइट सहेजें _=>(s=")-*-*-*^_^*-*-*-(")+\ n के साथ | आपका स्वागत है उपयोगकर्ता! | \ n+s
रिक हिचकॉक




4

MATLAB / ऑक्टेव, 53 बाइट्स

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

क्यों MATLAB / Python? यह निश्चित रूप से मान्य अजगर नहीं है।
DJMcMayhem

@DJMcMayhem माफ करना, मेरा मतलब था ऑक्टेव। टाइपो को नोटिस करने के लिए धन्यवाद। पूरे दिन एसओ पर अजगर के सवालों के जवाब दिए गए ताकि मस्तिष्क में एक छोटी सी गड़बड़ हो
रेयरींग - मोनिका

यदि आप ommit dispMatlab को अग्रणी दिखाएंगे ans = \n
क्रॉउली

@Crowley यही कारण है कि आपको इसकी आवश्यकता है dispक्योंकि यह सटीक आउटपुट के अनुरूप नहीं होगा।
रायरेंग - मोनिका

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

Minecraft Functions, 77 bytes

tellraw @a {"text":")-*-*-*^_^*-*-*-(\n| Welcome User! |\n)-*-*-*^_^*-*-*-("}

This isn't even trying to compress the string...
Okx

2
@Okx Well try doing that when the only non-constant things you can print are numbers and block/item names :p
dzaima

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 ^^^^_^^^^


3

><>, 56 54 bytes

/a"| !resU emocleW |>"01pa
 l?!;o
/"(-*-*-*^_^*-*-*-)"

Try it online!

2 bytes saved by AGourd


On your first line, you could change |"a">"01p to |>"01pa to save a couple characters
AGourd

@AGourd; Oh I must have missed that, seems simple when you point it out :) - I'll edit it out soon, thanks.
Teal pelican

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

2

Java 8, 62 bytes

x->"".format("%s| Welcome User! |\n%<s",")-*-*-*^_^*-*-*-(\n")

Try it here.

Or as full program (110 bytes):

interface A{static void main(String[]a){System.out.printf("%s| Welcome User! |\n%<s",")-*-*-*^_^*-*-*-(\n");}}

Try it here.

Surprised there wasn't a Java answer yet.

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.