摘要: 实验内容 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 怅望灰天的小奇 阅读(163) 评论(3) 推荐(0)