摘要: #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-28 09:03 赖梓贤 阅读(61) 评论(1) 推荐(0)