摘要: 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 @ 2021-01-15 23:44 XA科研 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 设计函数分别求两个一元多项式的乘积与和(含排序) C++代码(全指针,无引用): #include<iostream> #include<algorithm> #include<cstdio> #include<cstdlib> #include<cmath> #include<cstring> # 阅读全文
posted @ 2021-01-15 22:36 XA科研 阅读(444) 评论(0) 推荐(0) 编辑