摘要: 第一题: #include <stdio.h> #include <math.h> #define N 10 int a[N]; int Stand(int num);//判断数字是否符合标准 int NumLen(int num);//获取数字的长度,并将每一位写入数组 void print(in 阅读全文
posted @ 2020-10-14 12:50 薄眠抛却陈年事。 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 第一题: #include <stdio.h> #include <math.h> void deal(int a,int b,int c){ if(a==0&&b==0&&c==0) printf("a=%d,b=%d,c=%d时方程为无穷解\n",a,b,c); else if(a==0&&b= 阅读全文
posted @ 2020-10-14 12:46 薄眠抛却陈年事。 阅读(136) 评论(0) 推荐(0) 编辑