摘要:
题目: https://pintia.cn/problem-sets/1268384564738605056/problems/1271415149946912770 Given a constant K and a singly linked list L, you are supposed to 阅读全文
摘要:
题目: https://pintia.cn/problem-sets/1268384564738605056/problems/1271415149946912769 设计函数分别求两个一元多项式的乘积与和。 输入格式: 输入分2行,每行分别先给出多项式非零项的个数,再以指数递降方式输入一个多项式非 阅读全文
摘要:
题目: https://pintia.cn/problem-sets/1268384564738605056/problems/1268385944106778625 Given a sequence of K integers { N1, N2, ..., NK }. A con 阅读全文
摘要:
题目: https://pintia.cn/problem-sets/1268384564738605056/problems/1268385944106778624 给定K个整数组成的序列{ N1, N2, ..., NK },“连续子列”被定义为{ Ni, Ni+1 阅读全文
摘要:
题目: https://pintia.cn/problem-sets/1268384564738605056/problems/1276814005115539459题解: https://blog.csdn.net/Dilly__dally/article/details/82025393代码: 阅读全文