摘要: #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%lf", 阅读全文
posted @ 2020-12-06 20:05 wlemon 阅读(53) 评论(3) 推荐(0)