摘要: #include<stdio.h> #include<math.h> int main() { double x, y, a, b, c, d, e; printf("请分别输入x,Y的值:"); scanf_s("%lf%lf", &x, &y); a = sin(x); b = cos(x); 阅读全文
posted @ 2022-10-13 21:15 赵红航 阅读(10) 评论(0) 推荐(0)