摘要: 实验四 exp1. #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-11-30 20:38 怅望灰天的小奇 阅读(131) 评论(5) 推荐(0)