11 2020 档案

摘要:实验四 exp1. #include<math.h> #include<stdio.h> void solve(double a,double b,double c); int main(){ double a,b,c; printf("Enter a,b,c:"); while(scanf("%l 阅读全文
posted @ 2020-11-30 20:38 怅望灰天的小奇 阅读(141) 评论(5) 推荐(0)
摘要:实验内容 1.实验任务1 #include<math.h> #include<stdio.h> int main(){ float a,b,c,x1,x2; float delta,real,image; printf("Enter a,b,c: "); while(scanf("%f,%f,%f" 阅读全文
posted @ 2020-11-14 12:52 怅望灰天的小奇 阅读(166) 评论(3) 推荐(0)