摘要: part1:验证性内容 一元二次方程求解 // 一元二次方程求解 // 重复执行, 直到按Ctrl+D或Ctrl+E结束 // #include <math.h> #include <stdio.h> #include <stdlib.h> int main() { float a, b, c, x 阅读全文
posted @ 2019-11-17 20:31 commander_cody 阅读(153) 评论(2) 推荐(0)