最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

【Python】PAT 甲級 A1002:A+B for Polynomials

2021-02-10 21:52 作者:曉霧喵  | 我要投稿

題目內(nèi)容

This time, you are supposed to find?+?where??and??are two polynomials.

Input Specification:

Each input file contains one test case. Each case occupies 2 lines, and each line contains the information of a polynomial:

where?K?is the number of nonzero terms in the polynomial,?Ni?and?aNi?(i=1,2,?,K) are the exponents and coefficients, respectively. It is given that?1K100NK<?<N2<N11000.

Output Specification:

For each test case you should output the sum of ?and ? in one line, with the same format as the input. Notice that there must be NO extra space at the end of each line. Please be accurate to 1 decimal place.

Sample Input:

Sample Output:

題目要點(diǎn)

本題 25 分,是比較簡單的模擬題。在輸入時,Python可以不用考慮給定的,直接用數(shù)組切片隔位取指數(shù)列表、系數(shù)列表,再用zip()構(gòu)造字典。

重點(diǎn)需要考慮的是如何將多項式的指數(shù)和對應(yīng)系數(shù)映射。C/C++可以用數(shù)組下標(biāo)作為指數(shù),數(shù)組浮點(diǎn)數(shù)值為對應(yīng)系數(shù)。這里Python使用字典比較方便,而且考慮到兩個多項式的指數(shù)項不一定相同,在求和時要指數(shù)項系數(shù)對應(yīng)相加,Python可以使用集合的求并集|運(yùn)算符實(shí)現(xiàn)。

注意,測試點(diǎn)6是非零系數(shù)項個數(shù),也就是為0的情況,這時候只輸出0。如果有多余空格會出現(xiàn)“格式錯誤”。

AC 源代碼


【Python】PAT 甲級 A1002:A+B for Polynomials的評論 (共 條)

分享到微博請遵守國家法律
浏阳市| 左云县| 金昌市| 大宁县| 新疆| 若尔盖县| 辉县市| 根河市| 广东省| 商南县| 乐昌市| 南华县| 叙永县| 无为县| 广灵县| 盱眙县| 永安市| 昌黎县| 合江县| 独山县| 尉犁县| 金乡县| 清新县| 资源县| 宣汉县| 新巴尔虎左旗| 宿州市| 凤台县| 江源县| 增城市| 五华县| 罗江县| 西林县| 洞口县| 新泰市| 贵溪市| 博白县| 滁州市| 彭州市| 石河子市| 昌图县|