摘要: 任务一 #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-12-03 12:34 7heng 阅读(59) 评论(3) 推荐(0)