Fork me on GitHub
摘要: This time, you are supposed to find A+B where A and B are two polynomials. 这一次,你被要求计算A+B当A和B是两个多项式的时候。 Input Each input file contains one test case. E 阅读全文
posted @ 2016-07-13 22:26 LinkinStar 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B Calculate a + b and output the sum in standard format 计算a+b并且输出标准形式的和 -- that is, the digits must be separate 阅读全文
posted @ 2016-07-13 21:22 LinkinStar 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 很多时候在实际中,我们很常用的就是字符串String。 对于它,网上已经说的很多了。 我就说一点是特别重要的需要记住的,String赋值之后它就是不能被改变的。 也就是这一点,导致了String在操作的时候会导致它内存的使用和速度上面有缺点。 于是就有了后面两个类。 很多地方都讲了这三个类的区别,我 阅读全文
posted @ 2016-07-13 09:10 LinkinStar 阅读(470) 评论(0) 推荐(0) 编辑