随笔分类 -  PAT Advanced Level

摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805526272000000 题意 给出两个多项式,输出二者相加后非零项的总个数及其次方、系数。 代码 #include <bits/stdc++.h> using 阅读全文
posted @ 2020-07-17 21:50 Kanoon 阅读(103) 评论(0) 推荐(0)
摘要:题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805528788582400 题意 给出两个数,将二者的和从个位起以三位为间隔输出。 代码 #include <bits/stdc++.h> using names 阅读全文
posted @ 2020-07-17 21:46 Kanoon 阅读(124) 评论(0) 推荐(0)