博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年11月18日

摘要: ex1 //一元一次方程求解 //重复执行,直到按ctrl+z结束 // #include<math.h> #include<stdio.h> int main(){ float a,b,c,x1,x2; float delta,real,imag; printf("Enter a,b,c: "); 阅读全文

posted @ 2020-11-18 19:33 蜗牛吃蛋挞 阅读(87) 评论(2) 推荐(0) 编辑