2827: 计算多项式的导函数 摘要:```cpp #include using namespace std; int main() { int a,b,c; cin>>a; if(a==0) …… 题解列表 2023年02月24日 0 点赞 0 评论 159 浏览 评分:9.9