摘要: 实验任务1 #include<stdio.h> #include<math.h> void solve(double a,double b,double c); int main(){ double a,b,c; printf("Enter a,b,c:"); while(scanf("%lf%lf 阅读全文
posted @ 2020-12-03 20:20 风山止 阅读(58) 评论(0) 推荐(0)