शब्द कैलकुलेटर


14

अंग्रेजी अंक कैलकुलेटर का एक सरल संस्करण

कार्य

एक प्रोग्राम लिखें जो इनपुट के रूप में एक स्ट्रिंग लेता है और अभिव्यक्ति के परिणाम को आउटपुट करता है।

नियम

इनपुट स्ट्रिंग को शब्दांकित किया जाएगा और अंक नहीं।

कोई कोष्ठक नहीं होगा।

गणना का क्रम विभाजित, गुणा, घटाना फिर जोड़ना होगा।

समान संचालन के लिए, गणना बाएं से दाएं की जानी चाहिए।

सभी इनपुट नंबर -999 से 999 तक (दोनों समावेशी) पूर्णांक होंगे

आउटपुट किसी भी श्रेणी का पूर्णांक होगा।

विभाजन हमेशा पूरी तरह से विभाज्य होगा और शून्य कभी भी भाजक नहीं होगा।

इनपुट के लिए मामले का प्रतिबंध वैकल्पिक है। आपको इनपुट की वैधता की जांच करने की आवश्यकता नहीं है।

संख्या स्वरूप

0 to 20 -> zero,one,two...nineteen,twenty
21 to 99 -> twenty one,twenty two.....ninety eight,ninety nine
100 to 999 -> one hundred, one hundred one, one hundred two...one hundred ten....two hundred fifty....nine hundred ninety eight,nine hundred ninety nine

नकारात्मक संख्याओं के लिए: minusइसके सकारात्मक समकक्ष में जोड़ें

ऑपरेशन प्रारूप

Addition: one plus two
Subtraction: one minus two
Multiplication: one time two #Note that for one on the left of multiplication, it is one time and not times.
                two times one hundred
Division: forty divided by two

उदाहरण:

o/p <- input

20     four times five
35     twenty plus fifteen
70     fifty plus five times four
-90    minus one time ninety
25     twenty one minus minus four
45     ninety divided by two
700    one time seven hundred 
555    one hundred eleven times two plus three hundred thirty three
99     one hundred plus minus one
45     forty five plus two hundred times zero
 4     four
-3     three minus three minus three

यह कोड-गोल्फ है इसलिए सबसे छोटा कोड जीतता है


1
डुप्लिकेट? - मुझे लगता है कि इस तरह के रूप में माना जा सकता है।
किरिल एल।

2
यह वास्तव में बहुत करीब है। लेकिन मुझे लगता है कि यह बेहतर निर्दिष्ट है और इसकी अधिक उचित सीमाएं हैं।
अरनुलड

1
@Arnauld मैं इसे खुला रखूंगा लेकिन अगर दूसरे अलग तरीके से सोचते हैं, तो इसे केवल डुप्लिकेट के रूप में चिह्नित करें।
वेदांत कंडोई

15
मैं कहता हूं one times twotimeसामान्य उपयोग कर रहा है?
जो किंग

2
मुझे लगता है कि आप 'एक बार मतलब रों सात सौ'?
१ .

जवाबों:


18

जावास्क्रिप्ट (ईएस 6), 257 252 249 235 बाइट्स

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

s=>eval(s.split` `.map(w=>(i='zeonwohrr44fx3n5t54nn3leel8tou7fn7n98etetwthfofisiseeinihuplmitidiby'.match(/../g).findIndex(x=>~(w+w.length+w).search(x)))>28?n+' '+'+-*/ '[n='',i-29]:(n=+n+(i<28?i<20?i:i*10-180:n*99),''),n='').join``+n)

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

कैसे?

WLiW+L+W

नंबर

 index | word              | word + length + word         | key substring
-------+-------------------+------------------------------+---------------
    0  | "zero"            | "zero4zero"                  | "ze"
    1  | "one"             | "one3one"                    | "on"
    2  | "two"             | "two3two"                    | "wo"
    3  | "three"           | "three5three"                | "hr"
    4  | "four"            | "four4four"                  | "r4"
    5  | "five"            | "five4five"                  | "4f"
    6  | "six"             | "six3six"                    | "x3"
    7  | "seven"           | "seven5seven"                | "n5"
    8  | "eight"           | "eight5eight"                | "t5"
    9  | "nine"            | "nine4nine"                  | "4n"
   10  | "ten"             | "ten3ten"                    | "n3"
   11  | "eleven"          | "eleven6eleven"              | "le"
   12  | "twelve"          | "twelve6twelve"              | "el"
   13  | "thirteen"        | "thirteen8thirteen"          | "8t"
   14  | "fourteen"        | "fourteen8fourteen"          | "ou"
   15  | "fifteen"         | "fifteen7fifteen"            | "7f"
   16  | "sixteen"         | "sixteen7sixteen"            | "n7"
   17  | "seventeen"       | "seventeen9seventeen"        | "n9"
   18  | "eighteen"        | "eighteen8eighteen"          | "8e"
   19  | "nineteen"        | "nineteen8nineteen"          | "te"
   20  | "twenty"          | "twenty6twenty"              | "tw"
   21  | "thirty"          | "thirty6thirty"              | "th"
   22  | "forty"           | "forty5forty"                | "fo"
   23  | "fifty"           | "fifty5fifty"                | "fi"
   24  | "sixty"           | "sixty5sixty"                | "si"
   25  | "seventy"         | "seventy7seventy"            | "se"
   26  | "eighty"          | "eighty6eighty"              | "ei"
   27  | "ninety"          | "ninety6ninety"              | "ni"
   28  | "hundred"         | "hundred7hundred"            | "hu"

ऑपरेटर्स

 index | word              | word + length + word         | key substring
-------+-------------------+------------------------------+---------------
   29  | "plus"            | "plus4plus"                  | "pl"
   30  | "minus"           | "minus5minus"                | "mi"
   31  | "times" or "time" | "times5times" or "time4time" | "ti"
   32  | "divided"         | "divided7divided"            | "di"
   33  | "by"              | "by2by"                      | "by"

व्याख्या

ni

i > 28 ?                  // if the word is an operator:
  n +                     //   append n (which is either an empty string or a number)
  ' ' +                   //   append a space
  '+-*/ '[n = '', i - 29] //   reset n to an empty string and append the operator
                          //   the useless keyword 'by' is translated into a harmless space
: (                       // else:
    n =                   //   update n:
      +n + (              //     force the coercion of the current value of n to a number
        i < 28 ?          //     if the word is not 'hundred':
          i < 20 ?        //       if the value of the word is less than 'twenty':
            i             //         add i
          :               //       else:
            i * 10 - 180  //         add i * 10 - 180 (e.g. 'fifty' -> 23 * 10 - 180 = 50)
        :                 //     else:
          n * 99          //       multiply n by 100 by adding 99 * n to itself
      ),                  //
    ''                    //   remove this word from the original string
  )                       //

11

पर्ल 6 , 170 139 129 128 124 122 बाइट्स

-13 बाइट्स nwellnhof के लिए धन्यवाद!

{S:g/(<:N>+)+%\s/({'+'X$0})/.EVAL}o{S:g/" ҈"/00/}o{TR"⁢ʼn؊⟠"*/൰ "}o*.words>>.&{chr first *.uniname.comb(.uc),1..*}

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

univalफिर से बचाव के लिए! यह (वर्तमान में) भी गोल्फ भाषाओं की तरह धड़क रहा है 05AB1E!

स्पष्टीकरण:

*.words     # Split by word boundaries (in this case spaces)
       >>.{                            }  # Map each word to
           chr first             ,1..*    # The first character where:
                     *.uniname      # The unicode name of that character
                                    # e.g. DIGIT FIVE
                      .comb(.uc)    # Contains the uppercase of the word
{             }o  # Pass this list to another function
                  # That converts the list to a string
 TR"⁢ʼn؊⟠"*/൰ "    #"# And parse out the garbage characters that were wrong
                  # INVISIBLE TIMES => "*"
                  # LOZENGE DIVIDED BY HORIZONTAL RULE => "/"
                  # ARABIC-INDIC PER TEN THOUSAND SIGN => "൰" (value ten)
                  # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE => " "
{S:g/" ҈"/00/}o   # Replace the character for "hundred" with 00

{                                }o   # And finally combine with
 S:g/(<:N>+)+%\s/   # Substitute each number-like character separated by spaces
                /({'+'X$0})/   # With the numbers prefixed by '+'s, in brackets
               # This works because Perl 6 supports numeric unicode literals, like
               # ፳ => 20, ፴ => 30, ፺ => 90, etc.
                            .EVAL   # And finally evaluate the whole expression


5

वोल्फ्राम भाषा 95 94 82 बाइट्स

Interpreter["SemanticExpression"][#~StringReplace~{"me "->"mes ","plus m"->"m"}]&

# शुद्ध कार्य के लिए इनपुट का प्रतिनिधित्व करता है।

यदि आवश्यक हो, StringReplace"समय" के साथ "समय", "प्लस माइनस" को "माइनस" ( क्रमशः "me "->"mes ", "plus m"->"m", क्रमशः) के साथ बदल दें। lirtosiast12 बाइट्स द्वारा सुझाए गए , छोटे प्रतिस्थापन के रूप ।

Interpreter["SemanticExpression"] बाकी सब करता है।


आप बदल सकते हैं "time "->"times "करने के लिए "me"->"mes"और "plus minus"->"minus"करने के लिए "plus m"->"m"?
lirtosiast

हाँ। बहुत बढ़िया सुझाव।
डेविड नोव

3

05AB1E , 166 147 141 139 135 बाइट्स

„byK“¡×€µ‚•„í†ìˆÈŒšï¿Ÿ¯¥Š—¿áÓÁÏ“#vyN:}'tK'…§¦'+T«:'°¡„ *т«©:.•1×j›o!ĆÖ•3ôŽ9oS:'y®¨:©“‰´Øè„Æ€ººß“'tK#UX¡εð¡õK2ôJ.EO}®áX"+-**/"S:Sðì.ιJ.E

बहुत लंबा रास्ता .. इसे यहाँ से नीचे गिराने की कोशिश करेंगे।

-4 बाइट्स @Emigna की बदौलत
-2 बाइट्स @JoKing की बदौलत

इसे ऑनलाइन आज़माएं या सभी परीक्षण मामलों को सत्यापित करें

स्पष्टीकरण:

byK                 # Remove "by" from the (implicit) input-string
“¡×€µ‚•„í†ìˆÈŒšï¿Ÿ¯¥Š—¿áÓÁÏ“
                     # Push string "zero one two three four five six seven eight nine ten eleven twelve"
 #                   # Split by spaces
  v   }              # Loop over each of these items:
   yN:               #  Replace the item with its 0-indexed index
'tK                 '# Remove all "t"
'…§¦                '# Push string "teen", and remove the first character: "een"
    '+              '# Push string "+"
      T«             # Append 10: "+10"
        :            # Replace all "een" with "+10"
'°¡                 '# Push string "hundred"
    *               # Push string " *"
      т«             # Append 100: " *100"
        ©            # Store it in the register (without popping)
         :           # Replace all "hundred" with " *100"
.•4º»Ÿć'Rþн•        '# Push string "wenhirforfif"
            3ô       # Split the string into parts of size 3: ["wen","hir","for","fif"]
              Ž9o    # Push integer 2345
                 S   # Split to digits: [2,3,4,5]
                  :  # Replace each
'y                  '# Push string "y"
  ®                  # Push the " *100" from the register
   ¨                 # Remove the last character: " *10"
    :                # Replace all "y" with " *10"
©                    # Save the current string in the register (without popping)
 “‰´Øè„Æ€ººß“        # Push string "plus minus times time divided"
             'tK    '# Remove all "t": "plus minus imes ime divided"
                #    # Split by spaces: ["plus","minus","imes","ime","divided"]
                 U   # Pop and save it in variable `X`
                  X  # And push variable `X` back again
                   ¡ # Split the string by those operator-strings
ε          }         # Map each substring to:
 ð¡                  #  Split by spaces (NOTE: cannot be `#`; if the string contains no
                     #   spaces, `#` remains string, whereas `ð¡` wraps it in a list)
   õK                #  Remove empty strings from the list
     2ô              #  Split the list into parts of two
       J             #  Join each pair together
        .E           #  Evaluate each as a Python `eval` expression
          O          #  Sum them
®                    # Put the string from the register to the stack again
 á                   # Remove everything except for letters
  X                  # Push variable `X`: ["plus","minus","imes","ime","divided"]
   "+-**/"           # Push string "+-**/"
          S          # Split to characters: ["+","-","*","*","/"]
           :         # Replace each
S                    # Split the string of operators to loose characters
 ðì                  # Prepend a space before each
                   # Interweave all sums with these operator-characters
     J               # Join everything together to a single string
.E                   # Evaluate each as a Python `eval` expression (and output implicitly)

(वर्गों मेरा यह 05AB1E टिप देखें कैसे शब्दकोश उपयोग कैसे करें? , कैसे संपीड़ित तार करने के लिए शब्दकोश का हिस्सा नहीं? , और कितना बड़ा पूर्णांक संपीड़ित करने के लिए? ) को समझने के लिए “¡×€µ‚•„í†ìˆÈŒšï¿Ÿ¯¥Š—¿áÓÁÏ“, '…§, '°¡, .•4º»Ÿć'Rþн•, Ž9o, और “‰´Øè„Æ€ººß“काम करते हैं।

कदम से कदम उदाहरण:

  • इनपुट: two hundred twenty two divided by two times minus fifty seven plus three hundred eighteen minus minus ten
  • चरण 1: "द्वारा" निकालें: two hundred twenty two divided two times minus fifty seven plus three hundred eighteen minus minus ten
  • चरण 2: सही संख्या के साथ "बारह" के माध्यम से "शून्य" कन्वर्ट करें: 2 hundred twenty 2 divided 2 times minus fifty 7 plus 3 hundred 8een minus minus 10
  • चरण 3: सभी "टी" निकालें: 2 hundred weny 2 divided 2 imes minus fify 7 plus 3 hundred 8een minus minus 10
  • चरण 4: सभी "een" को "+10" से बदलें: 2 hundred weny 2 divided 2 imes minus fify 7 plus 3 hundred 8+10 minus minus 10
  • चरण 5: सभी "सौ" को "* 100" से बदलें: 2 *100 weny 2 divided 2 imes minus fify 7 plus 3 *100 8+10 minus minus 10
  • चरण 6: सही अंक के साथ सभी ["वेन", "हिर", "के लिए", "पांच"] बदलें: 2 *100 2y 2 divided 2 imes minus 5y 7 plus 3 *100 8+10 minus minus 10
  • चरण 7: सभी "y" को "* 10" से बदलें: 2 *100 2 *10 2 divided 2 imes minus 5 *10 7 plus 3 *100 8+10 minus minus 10
  • चरण 8: ["प्लस", "माइनस", "ime", "imes", "विभाजित"] द्वारा विभाजित:] ["2 *100 2 *10 2 "," 2 "," "," 5 *10 7 "," 3 *100 8+10 "," "," 10"]
  • चरण 9: प्रत्येक स्थान पर विभाजित करें: [["2","","*100","2","*10","2",""],["","","2",""],["",""],["","5","*10","7",""],["","3","","*100","8+10",""],["",""],["","10"]]
  • चरण 10: खाली आइटम निकालें: [["2","*100","2","*10","2"],["2"],[],["5","*10","7"],["3","*100","8+10"],[],["10"]]
  • चरण 11: आकार 2 के भागों में विभाजित करें और जुड़ें: [["2*100","2*10","2"],["2"],"",["5*10","7"],["3*100","8+10"],"",["10"]]
  • चरण 12: evalप्रत्येक पायथन :[[200,20,2],[2],"",[50,7],[300,18],"",[10]]
  • चरण 13: प्रत्येक योग: [222,2,"",57,318,"",10]
  • चरण 14: रजिस्टर से स्ट्रिंग को फिर से पुश करें, और अक्षरों को छोड़कर सब कुछ हटा दें: dividedimesminusplusminusminus
  • चरण 15: "प्लस", "माइनस", "इमेस", "आईईएम", "विभाजित" को ऑपरेटर वर्णों के साथ बदलें, और उन्हें एक स्थान के साथ प्रस्तुत करें: [" /"," *"," -"," +"," -"," -"]
  • चरण 16: इंटरव्यू और दोनों को एक साथ मिलाएं: 222 /2 * -57 +318 - -10
  • आउटपुट: अजगर evalस्ट्रिंग, और उत्पादन परोक्ष:-5999.0

खरोंच से एक समाधान बनाने की कोशिश नहीं की या आपके बारे में विस्तार से अध्ययन किया, लेकिन मैंने एक गोल्फ पर ध्यान दिया ।
एमिगा

@Emigna धन्यवाद!
केविन क्रूज़सेन 13

2

sfk , 572 449 423 बाइट्स

यह सब एक पंक्ति हो सकता है, लेकिन इसे पढ़ने के प्रयोजनों के लिए मैंने रिक्त स्थान के बजाय नईलाइन्स का उपयोग किया।

xed -i
_plus_+_
_minus_-_
_times[ortext]time_*_
_divided?by_/_
+xed
"_[white][2 chars of a-z][chars of a-z]ty_[parts 1,2]0_"
"_[white][2 chars of a-z][chars of a-z]een_[part1]1[part2]_"
_ten_10_
_lev_11_
_twe_12_
+xed
_ze_0_
_on_1_
_tw_2_
_th_3_
_fo_4_
_fi_5_
_si_6_
_se_7_
_ei_8_
_ni_9_
+xed
_0[white][keep][digit]__
"_[chars of e-z ]__"
+xed
"_?dd[keep][2 digits]_[part1]_"
_?dd[keep][digit]_[part1]0_
_dd_00_
+calc #text

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

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