摘要: #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",&a,&b 阅读全文
posted @ 2020-12-05 15:33 今天我不吃饭 阅读(80) 评论(2) 推荐(0)