摘要: Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in English. Input Specification: Each input file contains one test case. Each case occupies one line which contains an N (= 10100). 阅读全文
posted @ 2012-02-17 16:29 丶Blank 阅读(262) 评论(0) 推荐(0) 编辑
摘要: This time, you are supposed to find A+B where A and B are two polynomials. Input Each input file contains one test case. Each case occupies 2 lines, and each line contains the information of a polynomial: K N1 aN1 N2 aN2 ... NK aNK, where K is the number of nonzero terms in the polynomial, Ni and aNi (i=1, 2, ..., K) are the exponents and coefficients, respectively. It is given that 1 = K = 10,0 = NK ... N2 N1 =1000. 阅读全文
posted @ 2012-02-17 11:49 丶Blank 阅读(241) 评论(0) 推荐(0) 编辑