文件名称:polynomials

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-07-05
  • 文件大小:
  • 222kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 唐*
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Descr iption

给定两个多项式P(x)与Q(x),通过链表实现它们的加法。

Input

有若干组,每组有2个多项式。每组输入时先输入第1个多项式,再输入第2个多项式。每组用若干对整数表示,依序每两个相邻的整数表示多项式的一项,分别是它的系数和幂。当输入的幂为负数时,表示一个多项式的结束。一个多项式中各项的次序是随机的。

Output

对每组中两个多项式,先输出“Case #:”,其中“#”是测试数据序号。接着在下面三行上分别输出这两多项式,以及这两多项式的和。要求按降幂排列输出多项式的各项,每一项用(a,n)对的形式,其中a是系数,n是幂。相邻两对之间无空格。系数为零的项不输出。对零多项式,只输出0。

Sample Input

-1 2 3 -1 1 2 2 -1

-2 2 4 4 3 -1 2 2 6 1 5 -1

Sample Output

Case 1:

(-1,2)

(1,2)

0

Case 2:

(4,4)(-2,2)

(2,2)(6,1)

(4,4)(6,1)-Descr iption

Given two polynomials P (x) and Q (x), in addition to achieve them through the list.

Input

There are a number of groups, each with two polynomials. When you enter the first of each group enter a polynomial, then enter the first two polynomials. Each with several pairs of whole numbers sequentially every two adjacent integer representation of a polynomial, respectively, and its power factor. When the input power is negative, indicating the end of a polynomial. In the order of a polynomial it is random.

Output

For each group of two polynomials, first output Case#: , where # is the number of test data. Then on the next three lines are output two polynomials, as well as the two polynomials and. Requirements in descending arrangement of the output polynomial, each with (a, n) of the form, where a is a coefficient, n is a power. No space between two adjacent pairs. Coefficient of zero entries are not output. Zero polynomial, only the output 0.

Sample Input

-123-1122-1


(系统自动生成,下载前可以参看下载内容)

下载文件列表





polynomials.exe

polynomials.o

polynomials.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org