• <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

            嫩草影院久久99| 国产色综合久久无码有码| 2021精品国产综合久久| 成人综合伊人五月婷久久| 中文字幕亚洲综合久久2| 久久久久久毛片免费看| 无码八A片人妻少妇久久| 国产婷婷成人久久Av免费高清 | 看全色黄大色大片免费久久久| 久久精品这里只有精99品| 久久精品国产99国产精品导航| 99久久成人国产精品免费| 久久夜色精品国产| 精品999久久久久久中文字幕| 久久久久这里只有精品| 久久精品国产第一区二区三区| 久久久中文字幕日本| 精品国产91久久久久久久| 久久AV无码精品人妻糸列| 久久久精品日本一区二区三区| 91精品国产9l久久久久| 99久久做夜夜爱天天做精品| 九九久久精品国产| 国产精品久久久久久| 蜜臀av性久久久久蜜臀aⅴ| yy6080久久| 久久午夜无码鲁丝片秋霞| 久久天天躁狠狠躁夜夜2020老熟妇| AV狠狠色丁香婷婷综合久久| 久久人人爽人人爽人人片AV不| 久久久这里有精品| 伊人伊成久久人综合网777| 久久精品国产亚洲5555| 精品国产热久久久福利| 精品久久久久久无码人妻蜜桃 | 国产福利电影一区二区三区久久久久成人精品综合 | 999久久久国产精品| 久久免费视频网站| 亚洲一区二区三区日本久久九| 久久精品国产精品青草app| 久久精品国产91久久综合麻豆自制|