摘要: This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文
posted @ 2019-07-09 20:06 自由之翼Az 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Calculate a+b and output the sum in standard format -- that is, the digits must be separated into groups of three by commas (unless there are less tha 阅读全文
posted @ 2019-07-09 19:01 自由之翼Az 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 题目描述 输入描述: 输出描述: 输入例子: 输出例子: 版本一: 例版本一: 版本三: 笨死了,英语理解能力不好,其实就是监测每次的输入,当输入某种颜色的个数过半,则立马输出! 阅读全文
posted @ 2019-07-09 17:16 自由之翼Az 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 题目描述 输入描述: 输出描述: 输入例子: 输出例子: 解题思路: 版本一: 该版本的缺陷是,当出现相同数字时,无法在中序中确定谁是根节点! 版本二: 阅读全文
posted @ 2019-07-09 16:02 自由之翼Az 阅读(142) 评论(0) 推荐(0) 编辑