2019年12月1日

实验4

摘要: #include<stdio.h> #include<stdlib.h> #include<math.h> void solve(double a,double b,double c); int main() { double a,b,c; printf("please entera,b,c:"); 阅读全文

posted @ 2019-12-01 15:52 deepone 阅读(146) 评论(2) 推荐(0)

导航