• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            coreBugZJ

            此 blog 已棄。

            ADDREV - SPOJ 42. Adding Reversed Numbers

            The Antique Comedians of Malidinesia prefer comedies to tragedies. Unfortunately, most of the ancient plays are tragedies. Therefore the dramatic advisor of ACM has decided to transfigure some tragedies into comedies. Obviously, this work is very hard because the basic sense of the play must be kept intact, although all the things change to their opposites. For example the numbers: if any number appears in the tragedy, it must be converted to its reversed form before being accepted into the comedy play.

            Reversed number is a number written in arabic numerals but the order of digits is reversed. The first digit becomes last and vice versa. For example, if the main hero had 1245 strawberries in the tragedy, he has 5421 of them now. Note that all the leading zeros are omitted. That means if the number ends with a zero, the zero is lost by reversing (e.g. 1200 gives 21). Also note that the reversed number never has any trailing zeros.

            ACM needs to calculate with reversed numbers. Your task is to add two reversed numbers and output their reversed sum. Of course, the result is not unique because any particular number is a reversed form of several numbers (e.g. 21 could be 12, 120 or 1200 before reversing). Thus we must assume that no zeros were lost by reversing (e.g. assume that the original number was 12).

            Input

            The input consists of N cases (equal to about 10000). The first line of the input contains only positive integer N. Then follow the cases. Each case consists of exactly one line with two positive integers separated by space. These are the reversed numbers you are to add.

            Output

            For each case, print exactly one line containing only one integer - the reversed sum of two reversed numbers. Omit any leading zeros in the output.

            Example

            Sample input: 
            
            3
            24 1
            4358 754
            305 794
            
            Sample output:
            
            34
            1998
            1
            
             
            水題,LISP SBCL AC 。
             1(let ((num (read)))
             2 (dotimes (i num)
             3  (let* ((str (read-line))
             4         (a (parse-integer (reverse (subseq str 0 (position #\Space str)))))
             5         (b (parse-integer (reverse (subseq str (1+ (position #\Space str))))))
             6         (c (+ a b)))
             7   (do ()
             8    ((not (zerop (rem c 10))))
             9    (setf c (floor (/ c 10))))
            10   (do ()
            11    ((zerop c))
            12    (format t "~d" (rem c 10))
            13    (setf c (floor (/ c 10))))
            14   (format t "~%"))))
            15
            16

            posted on 2012-02-16 16:32 coreBugZJ 閱讀(348) 評論(0)  編輯 收藏 引用 所屬分類: ACMLisp

            精品熟女少妇a∨免费久久| 国产精品久久久福利| 2021最新久久久视精品爱| 亚洲AV无码久久精品色欲| 国产人久久人人人人爽| 国产真实乱对白精彩久久| 亚洲精品美女久久777777| 夜夜亚洲天天久久| 日本强好片久久久久久AAA| 国产香蕉97碰碰久久人人| 久久久无码人妻精品无码| 久久久黄片| 一本久久久久久久| 久久亚洲美女精品国产精品| 久久无码国产| 日本久久久久久中文字幕| 日产精品久久久一区二区| yy6080久久| 久久久久99精品成人片三人毛片| 久久人人爽人人爽人人AV东京热| 久久综合亚洲色HEZYO国产| 久久久久夜夜夜精品国产| 久久久久久午夜成人影院| 久久婷婷色香五月综合激情| 99久久精品免费国产大片| 久久青草国产精品一区| 精品久久久久久久无码| 精品综合久久久久久888蜜芽| 久久午夜夜伦鲁鲁片免费无码影视| 国产精品嫩草影院久久| 国产精品美女久久久免费 | 国产激情久久久久影院老熟女| 午夜天堂av天堂久久久| 国产偷久久久精品专区| 97久久国产综合精品女不卡| 久久亚洲AV成人无码软件| 亚洲精品无码久久千人斩| 久久精品国产99久久久| 久久久一本精品99久久精品66| 久久国产热精品波多野结衣AV| 久久99热只有频精品8|