摘要: //ex1 #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("%lf%lf 阅读全文
posted @ 2020-11-28 10:24 完美且天才 阅读(77) 评论(1) 推荐(0)