• <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 閱讀(340) 評論(0)  編輯 收藏 引用 所屬分類: ACM 、Lisp

            久久综合丁香激情久久| 久久久中文字幕日本| 久久精品无码一区二区无码| 日韩精品久久久久久免费| 九九99精品久久久久久| 亚洲综合久久夜AV | 久久精品亚洲精品国产色婷| 爱做久久久久久| 亚洲伊人久久精品影院| 久久精品嫩草影院| 久久婷婷五月综合国产尤物app | 久久精品二区| 亚洲AV日韩精品久久久久久久| 人人狠狠综合久久亚洲88| 亚洲午夜久久久久妓女影院| 久久久国产精品网站| 久久人人青草97香蕉| 2021国产成人精品久久| 亚洲国产精品无码久久98| 久久中文字幕视频、最近更新 | 久久青青草原精品国产软件| 欧美激情一区二区久久久| 精品久久国产一区二区三区香蕉| 亚洲精品乱码久久久久久蜜桃图片| 久久精品国产精品亚洲人人| 久久99免费视频| 91精品国产91久久久久福利| 中文字幕久久精品无码| 18禁黄久久久AAA片| 日本高清无卡码一区二区久久| 久久亚洲欧美日本精品| 99久久99久久| 日本久久久久久中文字幕| 久久精品国产亚洲一区二区| 99久久99久久精品免费看蜜桃 | 久久精品国产亚洲AV久| 欧美久久久久久午夜精品| 99久久精品无码一区二区毛片 | 久久中文字幕一区二区| 99久久国产综合精品成人影院| 欧美久久综合性欧美|