Catherine_zhilin

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年3月2日

摘要: 1002 A+B for Polynomials This time, you are supposed to find A+B are two polynomials. Input Specification: Each input file contains one test case.Each 阅读全文
posted @ 2019-03-02 10:45 kkkshiki 阅读(210) 评论(0) 推荐(0)

摘要: 阅读全文
posted @ 2019-03-02 09:10 kkkshiki 阅读(159) 评论(0) 推荐(0)

摘要: 字符串转化为整形 Java中有两个可选的方法用来将字符串转成整型。 一个是Integer.parseInt(),另外一个是Ingeger.valueOf()。 这两个方法都是java.lang.Integer类中的静态方法。 当输入的字符串不是有效的整数,这两个方法都会抛出NumberFormatE 阅读全文
posted @ 2019-03-02 08:45 kkkshiki 阅读(2617) 评论(0) 推荐(0)

摘要: 1001 A+BFromat Calculate a+b and output the sum in standard format -- that is,the diits must be seperated into groups of three commas (unless there ar 阅读全文
posted @ 2019-03-02 08:40 kkkshiki 阅读(319) 评论(0) 推荐(0)