摘要: 阅读全文
posted @ 2020-12-30 08:14 詹文丰 阅读(6) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h>//数学函数,可以使用double定义 int main() { double a, b, c, s, area; printf("请输入a,b,c:\n"); scanf_s("%lf%lf%lf", &a, &b, &c, 阅读全文
posted @ 2020-12-30 07:50 詹文丰 阅读(995) 评论(0) 推荐(0) 编辑