摘要: 一、问题描述: 二、设计思路: 三、程序流程图: 四、代码实现: #include<stdio.h> int main() { double S=0; int i,j,x; double temp=1; printf("请输入一个数字求到这个数字的多项式之和\n"); scanf("%d",&x); 阅读全文
posted @ 2023-05-24 23:07 软件拓荒人 阅读(24) 评论(0) 推荐(0)