摘要: 任务1 #define _CRT_SECURE_NO_WARNINGS #include <math.h> #include <stdio.h> int main() { float a, b, c, x1, x2; float delta, real, imag; printf("Enter a, 阅读全文
posted @ 2020-11-16 20:14 健力饱 阅读(71) 评论(0) 推荐(0)